Note: the module "R" cannot be unloaded because it was not loaded. WARNING: ignoring environment value of R_HOME R Under development (unstable) (2025-03-27 r88065) -- "Unsuffered Consequences" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > cargs <- commandArgs(trailingOnly=TRUE) > if(length(cargs)==0){ + ## before running interactively, make sure to start emacs/R with + ## environment defined in /scratch/...check_one.sh, particularly + ## R_LIBS_USER=/tmp/... otherwise we get error when installing + ## data.table. + base <- "/scratch/th798/data.table-revdeps/*" + cargs <- c( + Sys.glob(file.path(base,"deps.csv")), + "349", + Sys.glob(file.path(base, "data.table_release_*tar.gz")), + Sys.glob(file.path(base, "data.table_master_*tar.gz")) + ) + } > names(cargs) <- c("deps.csv", "task.str", "release", "master") > dput(cargs) c(deps.csv = "/scratch/th798/data.table-revdeps/2025-03-28/deps.csv", task.str = "76", release = "/scratch/th798/data.table-revdeps/2025-03-28/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-28/data.table_master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16168884/R-devel/76" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16168884/R-devel/76/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "bayesMeanScale" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16168884/R-devel/76/library" [2] "/projects/genomic-ml/R/R-devel/library" > options(repos=c(#this should be in ~/.Rprofile too. + CRAN="http://cloud.r-project.org")) > print(Sys.time()) [1] "2025-03-28 00:35:39 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16168884/R-devel/76/library' (as 'lib' is unspecified) also installing the dependencies 'dygraphs', 'bayesplot', 'shinystan', 'rstanarm' trying URL 'http://cloud.r-project.org/src/contrib/dygraphs_1.1.1.6.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/bayesplot_1.11.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/shinystan_2.6.0.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/rstanarm_2.32.1.tar.gz' trying URL 'http://cloud.r-project.org/src/contrib/bayesMeanScale_0.2.1.tar.gz' * installing *source* package 'dygraphs' ... ** this is package 'dygraphs' version '1.1.1.6' ** package 'dygraphs' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (dygraphs) * installing *source* package 'bayesplot' ... ** this is package 'bayesplot' version '1.11.1' ** package 'bayesplot' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (bayesplot) * installing *source* package 'bayesMeanScale' ... ** this is package 'bayesMeanScale' version '0.2.1' ** package 'bayesMeanScale' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (bayesMeanScale) * installing *source* package 'shinystan' ... ** this is package 'shinystan' version '2.6.0' ** package 'shinystan' successfully unpacked and MD5 sums checked ** using staged installation ** R ** data *** moving datasets to lazyload DB ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (shinystan) * installing *source* package 'rstanarm' ... ** this is package 'rstanarm' version '2.32.1' ** package 'rstanarm' successfully unpacked and MD5 sums checked ** using staged installation ** libs using C++ compiler: 'g++ (Spack GCC) 12.2.0' using C++17 "/home/th798/R/R-devel/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/jm.stan Wrote C++ file "stan_files/jm.cc" /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I"../inst/include" -I"/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/rstan/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c stan_files/jm.cc -o stan_files/jm.o In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/rstaninc.hpp:3, from stan_files/jm.hpp:18, from stan_files/jm.cc:3: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:222:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 222 | template<> struct unpacket_traits { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:228:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 228 | template<> struct unpacket_traits { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1124:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1124 | ptranspose(PacketBlock& kernel) { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1129:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1129 | ptranspose(PacketBlock& kernel) { | ^ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:18, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/shared_ptr.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/date_time/time_clock.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/date_time/posix_time/posix_time_types.hpp:10, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:15, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/rstaninc.hpp:4: /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 361 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) | ^~~~~~~~ In file included from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/memory:76, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:7: /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:251:65: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 251 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:508:31: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 508 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:521:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 521 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:604:34: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 604 | shared_ptr & operator=( std::auto_ptr & r ) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:613:34: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 613 | shared_ptr & operator=( std::auto_ptr && r ) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:615:38: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 615 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:19:52: required from 'struct Eigen::internal::traits > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolverBase.h:68:7: required from 'class Eigen::SolverBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:59:49: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:69:42: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true>, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:17: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:244 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:244 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::ceil >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::ceil >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_minCoeff, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_minCoeff, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_minCoeff, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_minCoeff, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim.hpp:15, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/dump.hpp:7, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:43: /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp: At global scope: /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:111:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 111 | public std::iterator { | ^~~~~~~~ In file included from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_algobase.h:65, from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/specfun.h:45, from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/cmath:1935, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/platform/compiler.h:100, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/r/headers.h:66, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/RcppCommon.h:30, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp.h:27, from stan_files/jm.cc:1: /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:149:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 149 | public std::iterator { | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:204:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 204 | public std::iterator { | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-devel/library/BH/include/boost/get_pointer.hpp:48:40: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 48 | template T * get_pointer(std::auto_ptr const& p) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 5>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/hmm_latent_rng.hpp:83:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1>, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::TriangularView >, 2>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::TriangularView >, 2>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::TriangularView >, 2>, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:32: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 6>, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: recursively required by substitution of 'template const Eigen::internal::triangular_solve_retval >, 6>, Other> Eigen::TriangularViewImpl >, 6, Eigen::Dense>::solve(const Eigen::MatrixBase&) const [with int Side = ; Other = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lgamma.hpp:120:50: required from 'auto stan::math::lgamma(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_not_var_matrix_t* = 0; stan::require_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:28:50: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:28:27: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:46: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:32:23: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: recursively required by substitution of 'template static std::true_type stan::is_base_pointer_convertible >::f(const Eigen::EigenBase*) [with OtherDerived = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: required from 'struct stan::is_eigen >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:301:19: required by substitution of 'template class stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type> [with T = Eigen::SparseMatrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:129:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:814:9: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:419:57: required from 'const auto& stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::val() const [with T = Eigen::SparseMatrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:169 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:169 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, 0>, void>::apply, 0> >(const Eigen::Diagonal, 0>&):: >(const Eigen::Diagonal, 0>&, const stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, 0>, void>::apply, 0> >(const Eigen::Diagonal, 0>&):: >(const Eigen::Diagonal, 0>&, const stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:278:47: required from 'struct Eigen::internal::traits, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:18:7: required from 'class Eigen::DiagonalBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:293:7: required from 'class Eigen::DiagonalWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>&>(const Eigen::Matrix, -1, 1>&):: [with auto:11 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::value_of, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::; Args = {const Eigen::Matrix, -1, 1, 0, -1, 1>&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:73:21: required from 'auto stan::math::value_of(EigMat&&) [with EigMat = const Eigen::Matrix, -1, 1>&; stan::require_eigen_dense_base_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:99:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:182:62: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:183:66: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:197:60: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:198:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:263:18: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:351:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:351:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:459:69: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:71: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:370:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_matrix.hpp:133:17: required from 'auto stan::math::to_matrix(const std::vector&, int, int) [with T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/read_dense_inv_metric.hpp:33:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:27:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:29:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:29:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:27:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:28:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:28:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue_varmat.hpp:145:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >' ../inst/include/CODOLS.hpp:30:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:169 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0]' stan_files/jm.hpp:14066:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:169 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0]' stan_files/jm.hpp:14066:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, 0, Eigen::Stride<0, 0> >, void>::apply, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, 0, Eigen::Stride<0, 0> >, void>::apply, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0]' stan_files/jm.hpp:14066:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:218 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/jm.hpp:14285:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, 0, Eigen::Stride<0, 0> >, void>::apply, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const stan::math::sqrt, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, 0, Eigen::Stride<0, 0> >, void>::apply, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const stan::math::sqrt, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/jm.hpp:14285:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:534:22: required from 'auto stan::model::rvalue(Mat&&, const char*, const Idx&, index_uni) [with Mat = const Eigen::Map, 0, Eigen::Stride<0, 0> >&; Idx = index_min_max; stan::require_dense_dynamic_t* = 0]' stan_files/jm.hpp:15891:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:187:21: required from 'auto stan::model::rvalue(Vec&&, const char*, index_min_max) [with Vec = const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; stan::require_vector_t* = 0; stan::require_not_std_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:534:16: required from 'auto stan::model::rvalue(Mat&&, const char*, const Idx&, index_uni) [with Mat = const Eigen::Map, 0, Eigen::Stride<0, 0> >&; Idx = index_min_max; stan::require_dense_dynamic_t* = 0]' stan_files/jm.hpp:15891:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:187:21: required from 'auto stan::model::rvalue(Vec&&, const char*, index_min_max) [with Vec = const Eigen::Map, 0, Eigen::Stride<0, 0> >&; stan::require_vector_t* = 0; stan::require_not_std_vector_t* = 0]' stan_files/jm.hpp:16524:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_constrain.hpp:133:26: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_eigen_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_not_var_t::type>* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; UB = int; LP = double; Sizes = {int}; T = double]' stan_files/jm.hpp:17677:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_constrain.hpp:122:18: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_eigen_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_not_var_t::type>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; UB = int; LP = double; Sizes = {int}; T = double]' stan_files/jm.hpp:17677:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:102:18: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; LP = double; Sizes = {int}; T = double]' stan_files/jm.hpp:17684:65: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:83:26: required from 'auto stan::math::lb_constrain(T&&, L&&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = const int&; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:388:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; LP = double; Sizes = {int}; T = double]' stan_files/jm.hpp:17684:65: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:83:26: required from 'auto stan::math::lb_constrain(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:175:49: required from 'auto stan::math::lb_constrain(const std::vector&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_not_std_vector_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LB = int; LP = double; Sizes = {int, int}; T = double]' stan_files/jm.hpp:17778:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:102:18: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:177:26: required from 'auto stan::math::lb_constrain(const std::vector&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_not_std_vector_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LB = int; LP = double; Sizes = {int, int}; T = double]' stan_files/jm.hpp:17778:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, double>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const double&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, double>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, double>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const double&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, double>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, double>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const double&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, double>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, double>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const double&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, double>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, double>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const double&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, double>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:102:18: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = double; LP = double; Sizes = {int}; T = double]' stan_files/jm.hpp:17876:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, const double&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const double&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, const double&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const double&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, const double&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const double&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, const double&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const double&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, const double&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const double&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:83:26: required from 'auto stan::math::lb_constrain(T&&, L&&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = const double&; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:388:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = double; LP = double; Sizes = {int}; T = double]' stan_files/jm.hpp:17876:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/transpose.hpp:18:21: required from 'auto stan::math::transpose(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_matrix_t* = 0]' stan_files/jm.hpp:18247:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/diag_pre_multiply.hpp:29:26: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix; stan::require_eigen_vector_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:18258:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:107:13: required from 'auto stan::math::multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Product >, Eigen::Matrix, 1>; Mat2 = Eigen::Matrix; stan::require_all_eigen_vt* = 0; stan::require_not_eigen_row_and_col_t* = 0]' stan_files/jm.hpp:18257:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/transpose.hpp:18:21: required from 'auto stan::math::transpose(const T&) [with T = Eigen::Product >, Eigen::Matrix, 1>, Eigen::Matrix, 0>; stan::require_matrix_t* = 0]' stan_files/jm.hpp:18256:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/quad_form_diag.hpp:19:35: required from 'stan::math::quad_form_diag, Eigen::Matrix >(const Eigen::Matrix&, const Eigen::Matrix&):: [with auto:375 = Eigen::Matrix; auto:376 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::quad_form_diag, Eigen::Matrix >(const Eigen::Matrix&, const Eigen::Matrix&)::; Args = {const Eigen::Matrix&, const Eigen::Matrix&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/quad_form_diag.hpp:17:21: required from 'auto stan::math::quad_form_diag(const EigMat&, const EigVec&) [with EigMat = Eigen::Matrix; EigVec = Eigen::Matrix; stan::require_eigen_t* = 0; stan::require_eigen_vector_t* = 0]' stan_files/jm.hpp:18503:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >(Eigen::Matrix&&, const char*, const index_multi&)::::, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >(Eigen::Matrix&&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >(Eigen::Matrix&&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp >(Eigen::Matrix&&, const char*, const index_multi&)::::, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:158:49: required from 'stan::model::rvalue >(Eigen::Matrix&&, const char*, const index_multi&):: [with auto:703 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::model::rvalue >(Eigen::Matrix&&, const char*, const index_multi&)::; Args = {Eigen::Matrix&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:156:33: required from 'auto stan::model::rvalue(EigVec&&, const char*, const index_multi&) [with EigVec = Eigen::Matrix; stan::require_eigen_vector_t* = 0]' stan_files/jm.hpp:18501:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:18544:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:35: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:11: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:11: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar&>(const std::vector&)::; Args = {const std::vector >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:72:21: required from 'auto stan::math::as_array_or_scalar(T&&) [with T = const std::vector&; stan::require_std_vector_t* = 0; stan::require_not_std_vector_t::type>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:39: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:43: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:55: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/fabs.hpp:67:51: required from 'stan::math::fabs, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >(const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >&):: [with auto:9 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::fabs, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >(const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >&)::; T2 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >; stan::require_t::type> >* = 0; T = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/fabs.hpp:66:46: required from 'auto stan::math::fabs(const Container&) [with Container = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:37: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >(const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >&):: [with auto:169 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >(const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >&)::; T2 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >; stan::require_t::type> >* = 0; T = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:49:25: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:75: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:32: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lgamma.hpp:120:50: required from 'auto stan::math::lgamma(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_not_var_matrix_t* = 0; stan::require_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:29: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:280:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:280:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:22: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:31:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:110:66: required from 'stan::math::value_of_rec, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&):: [with auto:1 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::value_of_rec, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::; Args = {Eigen::Map, 0, Eigen::Stride<0, 0> >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:108:21: required from 'auto stan::math::value_of_rec(T&&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; = void; = void]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_greater_or_equal.hpp:157:30: required from 'void stan::math::check_greater_or_equal(const char*, const char*, const T_y&, const T_low&, Idxs ...) [with T_y = std::vector; T_low = int; stan::require_vector_t* = 0; stan::require_not_std_vector_vt* = 0; stan::require_stan_scalar_t* = 0; Idxs = {}]' stan_files/jm.hpp:6915:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tanh.hpp:59:52: required from 'stan::math::tanh, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:246 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::tanh, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tanh.hpp:58:46: required from 'auto stan::math::tanh(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/corr_constrain.hpp:47:34: required from 'auto stan::math::corr_constrain(const T_x&, T_lp&) [with T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_lp = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/cholesky_corr_constrain.hpp:56:50: required from 'Eigen::Matrix::type, -1, -1> stan::math::cholesky_corr_constrain(const EigVec&, int, stan::return_type_t&) [with EigVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_eigen_vector_t* = 0; typename stan::value_type::type = double; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:817:37: required from 'auto stan::io::deserializer::read_constrain_cholesky_factor_corr(LP&, Eigen::Index) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; stan::require_matrix_t* = 0; T = double; Eigen::Index = long int]' stan_files/jm.hpp:17712:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tanh.hpp:59:52: required from 'stan::math::tanh, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:246 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::tanh, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tanh.hpp:58:46: required from 'auto stan::math::tanh(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/corr_constrain.hpp:47:34: required from 'auto stan::math::corr_constrain(const T_x&, T_lp&) [with T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_lp = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/cholesky_corr_constrain.hpp:56:50: required from 'Eigen::Matrix::type, -1, -1> stan::math::cholesky_corr_constrain(const EigVec&, int, stan::return_type_t&) [with EigVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_eigen_vector_t* = 0; typename stan::value_type::type = double; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:817:37: required from 'auto stan::io::deserializer::read_constrain_cholesky_factor_corr(LP&, Eigen::Index) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; stan::require_matrix_t* = 0; T = double; Eigen::Index = long int]' stan_files/jm.hpp:17712:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, 0, Eigen::Stride<0, 0> >, void>::apply, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const stan::math::tanh, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, 0, Eigen::Stride<0, 0> >, void>::apply, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const stan::math::tanh, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::tanh, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tanh.hpp:58:46: required from 'auto stan::math::tanh(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/corr_constrain.hpp:47:34: required from 'auto stan::math::corr_constrain(const T_x&, T_lp&) [with T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_lp = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/cholesky_corr_constrain.hpp:56:50: required from 'Eigen::Matrix::type, -1, -1> stan::math::cholesky_corr_constrain(const EigVec&, int, stan::return_type_t&) [with EigVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_eigen_vector_t* = 0; typename stan::value_type::type = double; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:817:37: required from 'auto stan::io::deserializer::read_constrain_cholesky_factor_corr(LP&, Eigen::Index) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; stan::require_matrix_t* = 0; T = double; Eigen::Index = long int]' stan_files/jm.hpp:17712:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::square >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::square >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::square >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/corr_constrain.hpp:48:25: required from 'auto stan::math::corr_constrain(const T_x&, T_lp&) [with T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_lp = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/cholesky_corr_constrain.hpp:56:50: required from 'Eigen::Matrix::type, -1, -1> stan::math::cholesky_corr_constrain(const EigVec&, int, stan::return_type_t&) [with EigVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_eigen_vector_t* = 0; typename stan::value_type::type = double; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:817:37: required from 'auto stan::io::deserializer::read_constrain_cholesky_factor_corr(LP&, Eigen::Index) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; stan::require_matrix_t* = 0; T = double; Eigen::Index = long int]' stan_files/jm.hpp:17712:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, void>::apply(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&)::, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >, void>::apply(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&)::, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > >, void>::apply(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&)::, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper > > >, void>::apply(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&)::, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, void>::apply(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&)::, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_fun; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::ArrayWrapper > > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log1m.hpp:74:49: required from 'auto stan::math::log1m(const T&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_not_var_matrix_t* = 0; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/corr_constrain.hpp:48:18: required from 'auto stan::math::corr_constrain(const T_x&, T_lp&) [with T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_lp = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/cholesky_corr_constrain.hpp:56:50: required from 'Eigen::Matrix::type, -1, -1> stan::math::cholesky_corr_constrain(const EigVec&, int, stan::return_type_t&) [with EigVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_eigen_vector_t* = 0; typename stan::value_type::type = double; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:817:37: required from 'auto stan::io::deserializer::read_constrain_cholesky_factor_corr(LP&, Eigen::Index) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; stan::require_matrix_t* = 0; T = double; Eigen::Index = long int]' stan_files/jm.hpp:17712:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:181:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:181:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:182:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:117:39: required from 'TupleT stan::math::internal::grad_2F1_impl_ab(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:204:78: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:62:1: required by substitution of 'template typename Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::CastXpr::Type Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::cast() const [with NewType = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:38: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:142:28: required from 'bool Eigen::DenseBase::hasNaN() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:40: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:31:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:142:28: required from 'bool Eigen::DenseBase::hasNaN() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:40: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:30:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/jm.hpp:18458:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/jm.hpp:18543:34: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:79:21: required from 'auto stan::math::subtract(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:29: required from 'auto stan::math::lb_free(T&&, L&&) [with T = Eigen::Matrix; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:52:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/jm.hpp:19371:27: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:79:32: required from 'auto stan::math::subtract(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:29: required from 'auto stan::math::lb_free(T&&, L&&) [with T = Eigen::Matrix; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:52:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/jm.hpp:19371:27: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = Eigen::Matrix; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:52:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/jm.hpp:19371:27: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = Eigen::Matrix; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:52:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/jm.hpp:19371:27: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&, const stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = Eigen::Matrix; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:52:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/jm.hpp:19371:27: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:13: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:29: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/jm.hpp:19371:27: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:32: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:29: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/jm.hpp:19371:27: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/jm.hpp:19371:27: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/jm.hpp:19371:27: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&):: >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&, const stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/jm.hpp:19371:27: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:29: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/jm.hpp:19371:27: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:29: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/jm.hpp:19371:27: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:113:51: required from 'stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: [with auto:341 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/jm.hpp:19371:27: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:113:74: required from 'stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: [with auto:341 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/jm.hpp:19371:27: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: >(const Eigen::Matrix&, const stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: >(const Eigen::Matrix&, const stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/jm.hpp:19371:27: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:115:7: required from 'class stan::math::Holder, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:312:16: required from 'auto stan::math::internal::make_holder_impl_construct_object(T&&, std::index_sequence, const std::tuple&) [with T = Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >; long unsigned int ...Is = {0}; Args = {Eigen::Matrix}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:330:43: required from 'auto stan::math::internal::make_holder_impl(const F&, std::index_sequence, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; long unsigned int ...Is = {0}; Args = {Eigen::Matrix}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:353:36: required from 'auto stan::math::make_holder(const F&, Args&& ...) [with F = logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_not_plain_type_t()((declval)()...))>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/jm.hpp:19371:27: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:79:32: required from 'auto stan::math::subtract(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:29: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const double&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = double; T = double]' stan_files/jm.hpp:19786:26: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const double&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = double; T = double]' stan_files/jm.hpp:19786:26: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const double&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = double; T = double]' stan_files/jm.hpp:19786:26: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&, const stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&, const stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const double&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = double; T = double]' stan_files/jm.hpp:19786:26: required from 'void model_jm_namespace::model_jm::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20811:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:563:19: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:467:22: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:468:16: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:475:61: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:72:102: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:92:109: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:92:109: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CommaInitializer.h:159:10: required from 'Eigen::CommaInitializer Eigen::DenseBase::operator<<(const Eigen::DenseBase&) [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:10: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:451:40: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:73: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:45:80: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:166:82: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:169:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:53: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:191:25: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:192:48: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:192:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:193:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:197:32: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:197:56: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:197:64: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:52: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Matrix, -1, 1>; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:209:33: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:58: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:61: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:195:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:196:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:215:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:215:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1> >&>(arena_matrix, -1, 1> >&):: [with auto:11 = stan::math::arena_matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:56: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:63: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:31: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_exp_fun; T = stan::math::arena_matrix, void>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:42: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:35: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:22: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:219:34: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:219:48: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:38: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:45: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:66: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:59: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:44: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:38: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:31: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:20: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:231:39: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:163:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15067:64: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&):: [with auto:11 = const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15074:65: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:52: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15074:65: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:58: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15074:65: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:61: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15074:65: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:193:37: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = double; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = double; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15255:37: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:61: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = double; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = double; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/jm.hpp:15255:37: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:145:56: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15521:37: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:145:64: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15521:37: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:145:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15521:37: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:145:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15521:37: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:163:26: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15521:37: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:163:40: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15521:37: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, -1>&>(const Eigen::Matrix, -1, -1>&):: [with auto:11 = const Eigen::Matrix, -1, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:168:61: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15521:37: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:170:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15521:37: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:172:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15521:37: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1, 0, -1, -1> >, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, -1, 0, -1, -1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 1>; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, -1, 0, -1, -1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:30:9: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:15531:50: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:34:55: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:15531:50: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:36:52: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:15531:50: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::internal::member_sum, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::internal::member_sum, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:36:77: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:15531:50: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:37:53: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:15531:50: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:43:55: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:15531:50: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:45:37: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:15531:50: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:45:52: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:15531:50: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::internal::member_sum, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::internal::member_sum, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:45:77: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:15531:50: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:51:49: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:15531:50: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:53:37: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:15531:50: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:53:53: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:15531:50: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, Eigen::Matrix, -1, -1, 0, -1, -1>, Eigen::Matrix, -1, -1, 0, -1, -1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; Types = {Eigen::Matrix, -1, -1, 0, -1, -1>, Eigen::Matrix, -1, -1, 0, -1, -1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:36:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:40: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:54: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:54: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, Eigen::Matrix, -1, -1, 0, -1, -1>, Eigen::Matrix, -1, -1, 0, -1, -1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>; Types = {Eigen::Matrix, -1, -1, 0, -1, -1>, Eigen::Matrix, -1, -1, 0, -1, -1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:55:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:53: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:37: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&):: [with auto:11 = stan::math::arena_matrix, -1, -1>, void>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:66:48: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, Eigen::Matrix, -1, -1, 0, -1, -1>, Eigen::Matrix, -1, -1, 0, -1, -1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; Types = {Eigen::Matrix, -1, -1, 0, -1, -1>, Eigen::Matrix, -1, -1, 0, -1, -1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:65:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:46: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:36:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:40: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:66: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:54: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:38: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:54: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:55:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:53: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:37: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:65:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:46: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:154:13: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = double; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/jm.hpp:15850:45: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:154:21: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = double; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/jm.hpp:15850:45: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:154:24: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = double; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/jm.hpp:15850:45: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: recursively required by substitution of 'template struct stan::plain_type, stan::is_eigen::type> >::value, void>::type> [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: required by substitution of 'template using plain_type_t = typename stan::plain_type::type [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:153:9: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = double; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/jm.hpp:15850:45: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:157:47: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = double; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/jm.hpp:15850:45: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:145:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15845:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:163:40: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15845:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:170:58: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15845:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:170:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15845:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:172:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15845:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:114:9: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::Matrix, -1, 1>; stan::require_all_rev_matrix_t* = 0]' stan_files/jm.hpp:15844:36: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:117:39: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::Matrix, -1, 1>; stan::require_all_rev_matrix_t* = 0]' stan_files/jm.hpp:15844:36: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/jm.hpp:15890:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:35:54: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/jm.hpp:15890:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:49:54: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/jm.hpp:15890:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:51:50: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/jm.hpp:15890:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:57:48: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/jm.hpp:15890:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/jm.hpp:16044:47: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:154:24: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = int; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/jm.hpp:17280:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: recursively required by substitution of 'template struct stan::plain_type, stan::is_eigen::type> >::value, void>::type> [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: required by substitution of 'template using plain_type_t = typename stan::plain_type::type [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:153:9: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = int; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/jm.hpp:17280:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:157:47: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = int; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/jm.hpp:17280:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:223:33: required from 'auto stan::math::add(const Var&, const VarMat&) [with Var = var_value; VarMat = Eigen::Matrix, -1, 1>; stan::require_var_vt* = 0; stan::require_rev_matrix_t* = 0]' stan_files/jm.hpp:17275:34: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:35: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = double; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:169:13: required from 'auto stan::math::add(const Arith&, const VarMat&) [with Arith = double; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/jm.hpp:17287:32: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:148:9: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = double; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:169:13: required from 'auto stan::math::add(const Arith&, const VarMat&) [with Arith = double; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/jm.hpp:17287:32: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:150:47: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = double; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:169:13: required from 'auto stan::math::add(const Arith&, const VarMat&) [with Arith = double; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/jm.hpp:17287:32: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:30:69: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/jm.hpp:17319:45: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/jm.hpp:17319:45: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:4903:26: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/jm.hpp:4974:47: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: [with auto:218 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/jm.hpp:4973:41: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/jm.hpp:4973:41: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&, const stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/jm.hpp:4973:41: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:4972:47: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:4971:45: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:4970:34: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:4985:49: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:4984:47: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:4983:36: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/segment.hpp:26:19: required from 'auto stan::math::segment(const Vec&, size_t, size_t) [with Vec = Eigen::Matrix; stan::require_vector_t* = 0; size_t = long unsigned int]' stan_files/jm.hpp:2678:52: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18224:23: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:2682:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18224:23: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:2682:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18224:23: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:107:13: required from 'auto stan::math::multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::VectorBlock, -1>; stan::require_all_eigen_vt* = 0; stan::require_not_eigen_row_and_col_t* = 0]' stan_files/jm.hpp:5120:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_jm_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18230:26: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:5967:33: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_jm_namespace::make_basehaz_coef(const T0__&, const int&, const T2__&, const T3__&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18297:26: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:5973:26: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_jm_namespace::make_basehaz_coef(const T0__&, const int&, const T2__&, const T3__&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18297:26: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:21: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:5212:26: required from 'Eigen::Matrix::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type, -1, 1> model_jm_namespace::evaluate_eta(const T0__&, const std::vector >&, const std::vector >&, const std::vector&, const std::vector&, const std::vector&, const T6__&, const T7__&, const T8__&, const int&, const int&, const int&, const T12__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = double; T2__ = double; T5__ = double; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; T8__ = Eigen::Matrix; T12__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type = double; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18370:27: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:32: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:5212:26: required from 'Eigen::Matrix::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type, -1, 1> model_jm_namespace::evaluate_eta(const T0__&, const std::vector >&, const std::vector >&, const std::vector&, const std::vector&, const std::vector&, const T6__&, const T7__&, const T8__&, const int&, const int&, const int&, const T12__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = double; T2__ = double; T5__ = double; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; T8__ = Eigen::Matrix; T12__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type = double; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18370:27: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, member_sum, 1>; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 2, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 2, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 2, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 2, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:203:15: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:251:78: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 2, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:217:20: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:251:78: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:268:34: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:100:15: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:106:17: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2256:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2256 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2258:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2258 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2259:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2259 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2259:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2298:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2298 | PacketBlock kernel_half; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2298:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2304 | PacketBlock kernel_quarter; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:113:15: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1920:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1920 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1921 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1977:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1977 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1978:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1978 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1979:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1979 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1980:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1980 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:155:52: required from 'void Eigen::internal::tribb_kernel::operator()(ResScalar*, Index, Index, const LhsScalar*, const RhsScalar*, Index, Index, const ResScalar&) [with LhsScalar = double; RhsScalar = double; Index = long int; int mr = 4; int nr = 4; bool ConjLhs = false; bool ConjRhs = false; int ResInnerStride = 1; int UpLo = 2; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:370:46: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:370:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:26: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 0>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:43: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:352:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:80: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:67: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:45:80: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:76:64: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' stan_files/jm.hpp:14066:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = double; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/jm.hpp:15845:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:15844:36: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1>; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:15890:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17279:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:22: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:17275:34: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:13: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:17275:34: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:32: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:17275:34: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:18: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:17274:32: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:21: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:17274:32: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:32: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0> > > >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:17274:32: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:22: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:17287:32: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:13: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:17287:32: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:32: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:17287:32: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:17293:30: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::exp >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::exp >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17311:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:17319:45: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_linesearch.hpp:247:23: required from 'int stan::optimization::WolfeLineSearch(FunctorType&, Scalar&, XType&, Scalar&, XType&, const XType&, const XType&, const Scalar&, const XType&, const Scalar&, const Scalar&, const Scalar&, const Scalar&, const Scalar&) [with FunctorType = ModelAdaptor; Scalar = double; XType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:209:28: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:78: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:64: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:52: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:47: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:24: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Product, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:55:20: required from 'void stan::optimization::BFGSUpdate_HInv::search_direction(VectorT&, const VectorT&) const [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:254:25: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Map, 0, Eigen::Stride<0, 0> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/jm.hpp:4903:51: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15386:20: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:35: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/jm.hpp:4903:26: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15386:20: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:148:9: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/jm.hpp:4903:26: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15386:20: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:150:47: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/jm.hpp:4903:26: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15386:20: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:4972:47: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15386:20: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/jm.hpp:4972:47: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15386:20: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/jm.hpp:4985:49: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15386:20: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:131:53: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:2682:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15497:23: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:134:39: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:2682:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15497:23: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:143:58: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:2682:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15497:23: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:143:38: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:2682:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15497:23: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:149:53: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:2682:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15497:23: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:151:51: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:2682:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15497:23: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&):: [with auto:11 = const Eigen::VectorBlock, -1, 1>, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5120:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_jm_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15503:26: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/jm.hpp:5967:33: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_jm_namespace::make_basehaz_coef(const T0__&, const int&, const T2__&, const T3__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15570:26: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:77:64: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:98:62: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:47: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:39: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:104:12: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:112:24: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:112:53: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:239 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:121:38: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:17: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:139:54: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:140:44: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17511:60: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:79:62: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17511:60: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:94:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17511:60: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:96:35: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17511:60: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:45: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17511:60: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:59: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17511:60: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::sqrt >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::sqrt >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3064:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_jm_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:3062:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_jm_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:22: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:3089:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_jm_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:13: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:3089:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_jm_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:32: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:3089:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_jm_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:3088:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_jm_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:3088:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_jm_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:3088:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_jm_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&):: [with auto:218 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3087:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_jm_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&):: [with auto:218 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3087:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_jm_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >, void>::apply, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&, const stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >, void>::apply, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&, const stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3087:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_jm_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:28:12: required from 'auto stan::math::multiply(const Mat&, Scal) [with Mat = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Scal = double; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/jm.hpp:3093:32: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_jm_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3164:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_jm_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:4955:31: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3164:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_jm_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:4955:31: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::Matrix, const Eigen::Matrix >, void>::apply, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&, const stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, const Eigen::Matrix, const Eigen::Matrix >, void>::apply, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&, const stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3164:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_jm_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:4955:31: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18113:20: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: required from 'stan::math::inv >(const Eigen::Matrix&):: [with auto:220 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3896:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_gauss(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5314:44: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::inv >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::inv >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3896:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_gauss(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5314:44: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_sqrt.hpp:64:53: required from 'stan::math::inv_sqrt >(const Eigen::Matrix&):: [with auto:313 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:4162:40: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_inv_gaussian(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5326:55: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::inv_sqrt >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::inv_sqrt >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:4162:40: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_inv_gaussian(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5326:55: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3348:35: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5332:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::Phi_fun; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3353:31: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5332:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/atan.hpp:61:52: required from 'stan::math::atan >(const Eigen::Matrix&):: [with auto:226 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3359:55: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5332:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::atan >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::atan >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3359:55: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5332:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, const Eigen::ArrayWrapper > > >&>(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&):: [with auto:13 = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, const Eigen::ArrayWrapper > > >&>(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&)::; Args = {const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3359:38: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5332:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:3359:38: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5332:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:3359:38: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5332:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:18: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:3358:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5332:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:21: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:3358:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5332:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:32: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:3358:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5332:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:42: required from 'stan::math::inv_cloglog >(const Eigen::Matrix&):: [with auto:312 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3370:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5332:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:39: required from 'stan::math::inv_cloglog >(const Eigen::Matrix&):: [with auto:312 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3370:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5332:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:39: required from 'stan::math::inv_cloglog >(const Eigen::Matrix&):: [with auto:312 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3370:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5332:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::inv_cloglog >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::inv_cloglog >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3370:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5332:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18369:24: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:46: required from 'stan::math::matrix_d stan::math::multiply_lower_tri_self_transpose(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_matrix_dynamic_t* = 0; stan::require_not_st_autodiff* = 0; matrix_d = Eigen::Matrix]' stan_files/jm.hpp:18504:64: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:268:7: required from 'Eigen::MapBase::ScalarWithConstIfNotLvalue& Eigen::MapBase::coeffRef(Eigen::Index) [with Derived = Eigen::Block, -1, 1, true>; ScalarWithConstIfNotLvalue = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:367:25: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; VectorY = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:895:24: required from 'void Eigen::internal::tridiagonal_qr_step(RealScalar*, RealScalar*, Index, Index, Scalar*, Index) [with int StorageOrder = 0; RealScalar = double; Scalar = double; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:548:87: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::min_coeff_visitor, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:323:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:496:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:563:35: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:125: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:74: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:50: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:507:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/jm.hpp:18458:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/jm.hpp:18543:34: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15904:47: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/ref_type.hpp:42:38: required from 'struct stan::ref_type_if, const Eigen::Matrix, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, false> >&, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/ref_type.hpp:54:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15904:47: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:17511:60: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17516:73: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lkj_corr_cholesky_lpdf.hpp:39:47: required from 'stan::return_type_t stan::math::lkj_corr_cholesky_lpdf(const T_covar&, const T_shape&) [with bool propto = false; T_covar = Eigen::Matrix; T_shape = double; stan::return_type_t = double]' stan_files/jm.hpp:17516:73: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0>, -1, 1, false> > >(const Eigen::ArrayWrapper, 0>, -1, 1, false> >&):: [with auto:169 = Eigen::ArrayWrapper, 0>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17516:73: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:199:45: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15386:20: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:31:9: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/jm.hpp:3088:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_jm_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15386:20: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:35:50: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15386:20: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:50:50: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15386:20: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:52:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15386:20: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:58:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15386:20: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:61:32: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15386:20: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:61:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:4934:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_jm_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15386:20: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:40: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5406:41: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5406:41: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:96:35: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5406:41: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:59: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5406:41: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:70:40: required from 'stan::return_type_t stan::math::lognormal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5413:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square >(const Eigen::Array&):: [with auto:239 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5413:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:74:63: required from 'stan::return_type_t stan::math::lognormal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5413:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:87:37: required from 'stan::return_type_t stan::math::lognormal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5413:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:89:35: required from 'stan::return_type_t stan::math::lognormal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5413:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:89:62: required from 'stan::return_type_t stan::math::lognormal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5413:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:96:46: required from 'stan::return_type_t stan::math::lognormal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5413:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:96:51: required from 'stan::return_type_t stan::math::lognormal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5413:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5418:43: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:60: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/jm.hpp:4019:47: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> model_jm_namespace::GammaReg(const T0__&, const T1__&, const T2__&, const int&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T4__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5427:19: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5427:19: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:31:9: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/jm.hpp:4019:47: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> model_jm_namespace::GammaReg(const T0__&, const T1__&, const T2__&, const int&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T4__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5427:19: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5427:19: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:31:9: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/jm.hpp:4025:58: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> model_jm_namespace::GammaReg(const T0__&, const T1__&, const T2__&, const int&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T4__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5427:19: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:180:30: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5435:25: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: required by substitution of 'template using plain_type_t = typename stan::plain_type::type [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:179:9: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/jm.hpp:4212:57: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, typename stan::base_type::type> model_jm_namespace::inv_gaussian(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T3__ = double; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5435:25: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:183:47: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5435:25: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:110:66: required from 'stan::math::value_of_rec, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:1 = const Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5445:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&>(const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&):: [with auto:13 = const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&>(const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::; Args = {const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5445:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:63:10: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5445:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:63:41: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5445:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:72:38: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5445:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:77:53: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5445:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:77:44: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5445:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:76:18: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5445:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:85:72: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5445:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:85:56: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5445:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:85:34: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5445:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:83:22: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5445:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5450:31: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:149:72: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = double; Mat = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:3359:38: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/jm.hpp:5450:31: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:149:53: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5450:31: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: required from 'stan::math::exp >(const Eigen::Array&):: [with auto:215 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5471:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:74:38: required from 'stan::return_type_t stan::math::poisson_log_lpmf(const T_n&, const T_log_rate&) [with bool propto = false; T_n = std::vector; T_log_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5471:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:79:30: required from 'stan::return_type_t stan::math::poisson_log_lpmf(const T_n&, const T_log_rate&) [with bool propto = false; T_n = std::vector; T_log_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5471:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5471:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:83:39: required from 'stan::return_type_t stan::math::poisson_log_lpmf(const T_n&, const T_log_rate&) [with bool propto = false; T_n = std::vector; T_log_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5471:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_binary.hpp:60:51: required from 'stan::math::apply_scalar_binary, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::&&):: [with auto:59 = stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::; auto:60 = const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >; auto:61 = const Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5475:52: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:115:7: required from 'class stan::math::Holder, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:312:16: required from 'auto stan::math::internal::make_holder_impl_construct_object(T&&, std::index_sequence, const std::tuple&) [with T = Eigen::CwiseBinaryOp, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >; long unsigned int ...Is = {0}; Args = {stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:330:43: required from 'auto stan::math::internal::make_holder_impl(const F&, std::index_sequence, Args&& ...) [with F = stan::math::apply_scalar_binary, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::&&)::; long unsigned int ...Is = {0, 1, 2}; Args = {stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:353:36: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5475:52: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_lpmf.hpp:78:39: required from 'stan::return_type_t stan::math::poisson_lpmf(const T_n&, const T_rate&) [with bool propto = false; T_n = std::vector; T_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5475:52: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_lpmf.hpp:78:52: required from 'stan::return_type_t stan::math::poisson_lpmf(const T_n&, const T_rate&) [with bool propto = false; T_n = std::vector; T_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5475:52: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&>(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&):: [with auto:13 = const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&>(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::; Args = {const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5580:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log >(const Eigen::Array&):: [with auto:169 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5580:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:90:27: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5580:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:44: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5580:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:65: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5580:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:35: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5580:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: required from 'stan::math::inv >(const Eigen::Array&):: [with auto:220 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5580:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5580:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5580:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5580:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:45: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5580:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5580:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5596:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:65: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5596:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5596:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5596:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:82:26: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5647:52: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3006:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3006:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:28: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3006:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:35: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3006:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:27: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3006:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:52: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3006:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:35: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3006:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:105:23: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3006:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:42: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3006:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&):: [with auto:13 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3017:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3017:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:27: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3017:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3017:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3017:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:52: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3017:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:28: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3017:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:35: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3017:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3017:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3017:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3017:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:43: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3017:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3017:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3019:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:27: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3019:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:3019:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:52: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3019:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:28: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3019:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:35: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3019:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3019:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3019:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3019:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:43: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3019:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3019:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:6019:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type> model_jm_namespace::basehaz_lpdf(const T0__&, const int&, const T2__&, const T3__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:6019:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type> model_jm_namespace::basehaz_lpdf(const T0__&, const int&, const T2__&, const T3__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:6019:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type> model_jm_namespace::basehaz_lpdf(const T0__&, const int&, const T2__&, const T3__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:6019:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type> model_jm_namespace::basehaz_lpdf(const T0__&, const int&, const T2__&, const T3__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:6019:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type> model_jm_namespace::basehaz_lpdf(const T0__&, const int&, const T2__&, const T3__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:6019:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type> model_jm_namespace::basehaz_lpdf(const T0__&, const int&, const T2__&, const T3__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:6019:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type> model_jm_namespace::basehaz_lpdf(const T0__&, const int&, const T2__&, const T3__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:147:45: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:6019:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type> model_jm_namespace::basehaz_lpdf(const T0__&, const int&, const T2__&, const T3__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/accumulator.hpp:135:50: required from 'stan::math::var stan::math::accumulator::type>::value, void>::type>::sum() const [with T = stan::math::var_value; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type; stan::math::var = stan::math::var_value]' stan_files/jm.hpp:17567:26: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, false>; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, false>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:37:52: required from 'stan::math::matrix_d stan::math::multiply_lower_tri_self_transpose(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_matrix_dynamic_t* = 0; stan::require_not_st_autodiff* = 0; matrix_d = Eigen::Matrix]' stan_files/jm.hpp:18504:64: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:453:45: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:372:86: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:34:74: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:35:60: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:35:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, 1, -1, false>, 0>; Derived = Eigen::Block, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:501:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:90: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, -1, -1, false>, 2>, Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:550:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:561:27: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:70:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:89:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:89:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:89:62: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:96:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:96:46: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:96:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, const Eigen::ArrayWrapper > > >&>(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&):: [with auto:13 = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, const Eigen::ArrayWrapper > > >&>(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&)::; Args = {const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:4019:47: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:4019:47: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:4019:47: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log >(const Eigen::Matrix&):: [with auto:169 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::log >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::log >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:4025:58: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:4025:58: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:45:13: required from 'auto stan::math::subtract(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:4212:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:19: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:4212:36: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:4212:36: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:4212:36: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/jm.hpp:4212:36: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:66:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:85:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:85:56: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:85:34: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:5445:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; T3__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:83:22: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:5445:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; T3__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:74:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:83:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_binary.hpp:60:51: required from 'stan::math::apply_scalar_binary, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::&&):: [with auto:59 = stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::; auto:60 = const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >; auto:61 = const Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:115:7: required from 'class stan::math::Holder, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:312:16: required from 'auto stan::math::internal::make_holder_impl_construct_object(T&&, std::index_sequence, const std::tuple&) [with T = Eigen::CwiseBinaryOp, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >; long unsigned int ...Is = {0}; Args = {stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:330:43: required from 'auto stan::math::internal::make_holder_impl(const F&, std::index_sequence, Args&& ...) [with F = stan::math::apply_scalar_binary, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::&&)::; long unsigned int ...Is = {0, 1, 2}; Args = {stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:353:36: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_lpmf.hpp:78:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_lpmf.hpp:78:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17311:40: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17318:42: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:169 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: required from 'stan::math::inv, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:220 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:82:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:100:47: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/ref_type.hpp:42:38: required from 'struct stan::ref_type_if, -1>, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/ref_type.hpp:57:7: required by substitution of 'template using ref_type_if_t = typename stan::ref_type_if::type [with bool Condition = false; T = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:50:9: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1>; T_scale_succ = Eigen::Matrix; T_scale_fail = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/jm.hpp:3006:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; T2__ = Eigen::Matrix; T3__ = Eigen::Matrix; T4__ = Eigen::Matrix; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, -1>&>(const Eigen::VectorBlock, -1>&):: [with auto:13 = const Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, -1, 1, false> > >(const Eigen::ArrayWrapper, -1, 1, false> >&):: [with auto:169 = Eigen::ArrayWrapper, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_fun; T = Eigen::ArrayWrapper, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:27: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:61: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:105:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:21: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:42: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:147:45: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17548:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:53:48: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:388:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/advi.hpp:223:11: required from 'double stan::variational::advi::adapt_eta(Q&, int, stan::callbacks::logger&) const [with Model = model_jm_namespace::model_jm; Q = stan::variational::normal_meanfield; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/advi.hpp:468:13: required from 'int stan::variational::advi::run(double, bool, int, double, int, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) const [with Model = model_jm_namespace::model_jm; Q = stan::variational::normal_meanfield; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/experimental/advi/meanfield.hpp:82:15: required from 'int stan::services::experimental::advi::meanfield(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, double, double, bool, int, int, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:900:18: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:49:27: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/jm.hpp:17311:40: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:60:46: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/jm.hpp:17311:40: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:68:48: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/jm.hpp:17311:40: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:268:34: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, true>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, true>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, true>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, true>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, 0>, -1, 1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:54: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:523:57: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 16, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:280:48: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Func = generic_product_impl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 5>::set]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:317:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, true>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:306:38: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:310:42: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:314:45: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:511:85: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, -1, 1, true>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:9: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:522:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:522:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Map, 0, Eigen::Stride<0, 0> >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_self.hpp:31:23: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:46: required from 'stan::math::matrix_d stan::math::multiply_lower_tri_self_transpose(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_matrix_dynamic_t* = 0; stan::require_not_st_autodiff* = 0; matrix_d = Eigen::Matrix]' stan_files/jm.hpp:18504:64: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CommaInitializer.h:159:10: required from 'Eigen::CommaInitializer Eigen::DenseBase::operator<<(const Eigen::DenseBase&) [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:10: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:28: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, 1, -1, false>; Rhs = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:507:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' stan_files/jm.hpp:16529:36: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:199:45: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:113:25: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17508:63: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:82:38: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:17511:60: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, false>; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, false>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:37:52: required from 'stan::math::matrix_d stan::math::multiply_lower_tri_self_transpose(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_matrix_dynamic_t* = 0; stan::require_not_st_autodiff* = 0; matrix_d = Eigen::Matrix]' stan_files/jm.hpp:18504:64: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>; U = Eigen::Block >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:166:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, false>; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, false>; Derived = Eigen::Block, -1, 1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:372:86: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:15: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, -1, 1, false>; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, 1, false>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::VectorBlock, -1>; stan::require_eigen_vt* = 0; stan::value_type_t = double]' stan_files/jm.hpp:6062:26: required from 'Eigen::Matrix::type>::type, -1, 1> model_jm_namespace::collapse_within_groups(const T0__&, const std::vector >&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15837:45: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17311:40: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17318:42: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:469:72: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:469:55: required from 'static void Eigen::internal::generic_product_impl::eval_dynamic_impl(Dst&, const LhsT&, const RhsT&, const Func&, const Scalar&, Eigen::internal::true_type) [with Dst = Eigen::Matrix; LhsT = Eigen::Matrix; RhsT = Eigen::Transpose >; Func = Eigen::internal::assign_op; Scalar = double; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:446:22: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Array; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Array; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Array; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Array; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::Array; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:82:38: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5406:41: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:74:44: required from 'stan::return_type_t stan::math::lognormal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5413:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:90:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5580:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5580:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:5596:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_jm_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:16: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3006:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3017:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3017:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3019:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/jm.hpp:3019:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_jm_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:90: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:57: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:64:57: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:73:50: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:123:11: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' stan_files/jm.hpp:4019:24: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' stan_files/jm.hpp:4024:47: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' stan_files/jm.hpp:4025:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:76:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::ArrayWrapper >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::ArrayWrapper >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::ArrayWrapper >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::ArrayWrapper >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::ArrayWrapper >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_lpmf.hpp:71:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17454:49: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17499:43: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, 0>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::ArrayWrapper, 0>, -1, 1, false> > >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17516:73: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>; Rhs = Eigen::Transpose >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 1; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:36:22: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:15531:50: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:45:22: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:15531:50: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/broadcast_array.hpp:32:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5406:41: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_jm_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseNullaryOp, Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseNullaryOp, Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseNullaryOp, Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseNullaryOp, Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseNullaryOp, Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/broadcast_array.hpp:32:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:5752:57: required from 'stan::promote_args_t model_jm_namespace::aux_lpdf(const T0__&, const int&, const T2__&, const T3__&, std::ostream*) [with bool propto__ = false; T0__ = stan::math::var_value; T2__ = double; T3__ = double; stan::require_all_t, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:17330:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:74: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = false; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:337: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h: In instantiation of 'static void Eigen::internal::selfadjoint_matrix_vector_product::run(Index, const Scalar*, Index, const Scalar*, Scalar*, Scalar) [with Scalar = double; Index = long int; int StorageOrder = 0; int UpLo = 1; bool ConjugateLhs = false; bool ConjugateRhs = false; int Version = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:229:7: required from 'static void Eigen::internal::selfadjoint_product_impl::run(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; int LhsMode = 17; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:805:109: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int ProductTag = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:62:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 62 | conj_helper::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, IsRowMajor), ConjugateRhs> pcj0; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:62:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:63:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 63 | conj_helper::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, !IsRowMajor), ConjugateRhs> pcj1; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:63:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, 1, false>; Derived = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:519:22: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Block, -1, 1, false>, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Map, 0, Eigen::Stride<0, 0> >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_self.hpp:31:23: required from 'stan::value_type_t stan::math::dot_self(const T&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; stan::require_eigen_t* = 0; stan::require_not_eigen_vt* = 0; stan::value_type_t = double]' stan_files/jm.hpp:4211:32: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:15658:41: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:114:15: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix, -1, 1>; SrcXprType = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>; Functor = assign_op, double>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix, -1, 1>; SrcXprType = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>; Functor = Eigen::internal::assign_op, double>; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix, -1, 1>; Src = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>; Func = assign_op, double>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Matrix, -1, 1>; Src = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>; Func = assign_op, double>; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix, -1, 1>; Src = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix, -1, 1>&; U = Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:16523:38: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:32: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:166: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/Memory.h: In instantiation of 'Index Eigen::internal::first_default_aligned(const Scalar*, Index) [with Scalar = double; Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:89:68: required from 'static void Eigen::internal::selfadjoint_matrix_vector_product::run(Index, const Scalar*, Index, const Scalar*, Scalar*, Scalar) [with Scalar = double; Index = long int; int StorageOrder = 0; int UpLo = 1; bool ConjugateLhs = false; bool ConjugateRhs = false; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:229:7: required from 'static void Eigen::internal::selfadjoint_product_impl::run(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; int LhsMode = 17; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:805:109: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int ProductTag = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/Memory.h:500:60: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 500 | return first_aligned::alignment>(array, size); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:26:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:26:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, 1, false>, 1, 1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, 1, false>, 1, 1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, 1, false>, 1, 1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, 1, false>, 1, 1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, 1, false>, 1, 1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:184:17: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:328:36: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:328:36: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>; U = Eigen::Block >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block >, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block >, -1, 1, true>; Derived = Eigen::Block, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = true]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:346:25: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 1; bool ConjugateLhs = false; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = false; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> > >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, true>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:233:85: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:364:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:408:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:456:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:36:22: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:15531:50: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:45:22: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/jm.hpp:15531:50: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:43: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 1; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = false; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Diagonal, 0>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:42: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = true]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:319:27: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:364:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:408:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:456:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:379:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:379:80: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:379:59: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >; Dest = Eigen::Transpose, 1, -1, false> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:12: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:114:15: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:150:68: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:97:18: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:125:66: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:769:69: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator, Eigen::Transpose >, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = div_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::div_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:28: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:333:21: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:39:18: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:57: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:72: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = false; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:43: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:5119:28: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_jm_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18230:26: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:151:29: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Diagonal, 0>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:42: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:48: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, 1, -1, true>, 1, -1, false>; int Mode = 5; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >; Rhs = const Eigen::Block, -1, -1, false>, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:22: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:379:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:379:80: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:379:59: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >; Dest = Eigen::Transpose, 1, -1, false> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:12: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, const Eigen::Block, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, const Eigen::Block, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:18255:34: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:18255:34: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 1>, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 1>, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:18255:34: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 1>; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 1>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:18255:34: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:301:29: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:54: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false> >, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false> >, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:5119:28: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_jm_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18230:26: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::Matrix, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:18255:34: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:18255:34: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:5199:26: required from 'Eigen::Matrix::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type, -1, 1> model_jm_namespace::evaluate_eta(const T0__&, const std::vector >&, const std::vector >&, const std::vector&, const std::vector&, const std::vector&, const T6__&, const T7__&, const T8__&, const int&, const int&, const int&, const T12__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = double; T2__ = double; T5__ = double; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; T8__ = Eigen::Matrix; T12__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type = double; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18370:27: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:106: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:77: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15695:62: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 1>, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 1>, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:52: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:18255:34: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:43: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Product >, Eigen::Matrix, 1>; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:18255:34: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>; Rhs = Eigen::Matrix; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:18255:34: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:127: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:5119:28: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_jm_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:18230:26: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:18255:34: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:18255:34: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:18255:34: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:151:29: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_jm_namespace::model_jm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/jm.hpp:15530:39: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_jm_namespace::model_jm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:18255:34: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:114: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 33 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Derived = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Product >, Eigen::Matrix, 1>; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::Matrix, 1>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:18255:34: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >; SrcEvaluatorTypeT = Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/jm.hpp:18255:34: required from 'void model_jm_namespace::model_jm::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20783:21: required from 'void model_jm_namespace::model_jm::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 34 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17273:34: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 35 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17273:34: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 37 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/jm.hpp:17273:34: required from 'stan::scalar_type_t model_jm_namespace::model_jm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/jm.hpp:20794:47: required from 'T_ model_jm_namespace::model_jm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_jm_namespace::model_jm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_jm_namespace::model_jm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/jm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/sum.hpp:32:18: required from 'stan::math::sum > >(const std::vector, arena_allocator > >&):: mutable [with auto:446 = stan::math::internal::callback_vari > >(const std::vector, arena_allocator > >&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::sum > >(const std::vector, arena_allocator > >&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from 'double stan::mcmc::diag_e_metric::T(stan::mcmc::diag_e_point&) [with Model = model_jm_namespace::model_jm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:20:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_jm_namespace::model_jm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_jm_namespace::model_jm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from 'double stan::mcmc::diag_e_metric::T(stan::mcmc::diag_e_point&) [with Model = model_jm_namespace::model_jm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:20:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_jm_namespace::model_jm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_jm_namespace::model_jm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_jm_namespace::model_jm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_jm_namespace::model_jm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_jm_namespace::model_jm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_jm_namespace::model_jm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_jm_namespace::model_jm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_jm_namespace::model_jm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_jm_namespace::model_jm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_jm_namespace::model_jm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ "/home/th798/R/R-devel/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/lm.stan Wrote C++ file "stan_files/lm.cc" /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I"../inst/include" -I"/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/rstan/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c stan_files/lm.cc -o stan_files/lm.o In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/rstaninc.hpp:3, from stan_files/lm.hpp:18, from stan_files/lm.cc:3: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:222:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 222 | template<> struct unpacket_traits { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:228:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 228 | template<> struct unpacket_traits { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1124:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1124 | ptranspose(PacketBlock& kernel) { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1129:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1129 | ptranspose(PacketBlock& kernel) { | ^ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:18, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/shared_ptr.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/date_time/time_clock.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/date_time/posix_time/posix_time_types.hpp:10, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:15, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/rstaninc.hpp:4: /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 361 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) | ^~~~~~~~ In file included from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/memory:76, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:7: /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:251:65: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 251 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:508:31: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 508 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:521:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 521 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:604:34: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 604 | shared_ptr & operator=( std::auto_ptr & r ) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:613:34: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 613 | shared_ptr & operator=( std::auto_ptr && r ) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:615:38: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 615 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:19:52: required from 'struct Eigen::internal::traits > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolverBase.h:68:7: required from 'class Eigen::SolverBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:59:49: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:69:42: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true>, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:17: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:244 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:244 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::ceil >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::ceil >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_minCoeff, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_minCoeff, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_minCoeff, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_minCoeff, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim.hpp:15, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/dump.hpp:7, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:43: /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp: At global scope: /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:111:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 111 | public std::iterator { | ^~~~~~~~ In file included from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_algobase.h:65, from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/specfun.h:45, from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/cmath:1935, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/platform/compiler.h:100, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/r/headers.h:66, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/RcppCommon.h:30, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp.h:27, from stan_files/lm.cc:1: /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:149:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 149 | public std::iterator { | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:204:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 204 | public std::iterator { | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-devel/library/BH/include/boost/get_pointer.hpp:48:40: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 48 | template T * get_pointer(std::auto_ptr const& p) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 5>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/hmm_latent_rng.hpp:83:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1>, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::TriangularView >, 2>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::TriangularView >, 2>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::TriangularView >, 2>, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:32: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 6>, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: recursively required by substitution of 'template const Eigen::internal::triangular_solve_retval >, 6>, Other> Eigen::TriangularViewImpl >, 6, Eigen::Dense>::solve(const Eigen::MatrixBase&) const [with int Side = ; Other = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lgamma.hpp:120:50: required from 'auto stan::math::lgamma(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_not_var_matrix_t* = 0; stan::require_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:28:50: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:28:27: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:46: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:32:23: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: recursively required by substitution of 'template static std::true_type stan::is_base_pointer_convertible >::f(const Eigen::EigenBase*) [with OtherDerived = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: required from 'struct stan::is_eigen >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:301:19: required by substitution of 'template class stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type> [with T = Eigen::SparseMatrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:129:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:814:9: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:419:57: required from 'const auto& stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::val() const [with T = Eigen::SparseMatrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:169 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:169 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, 0>, void>::apply, 0> >(const Eigen::Diagonal, 0>&):: >(const Eigen::Diagonal, 0>&, const stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, 0>, void>::apply, 0> >(const Eigen::Diagonal, 0>&):: >(const Eigen::Diagonal, 0>&, const stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:278:47: required from 'struct Eigen::internal::traits, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:18:7: required from 'class Eigen::DiagonalBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:293:7: required from 'class Eigen::DiagonalWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>&>(const Eigen::Matrix, -1, 1>&):: [with auto:11 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::value_of, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::; Args = {const Eigen::Matrix, -1, 1, 0, -1, 1>&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:73:21: required from 'auto stan::math::value_of(EigMat&&) [with EigMat = const Eigen::Matrix, -1, 1>&; stan::require_eigen_dense_base_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:99:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:182:62: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:183:66: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:197:60: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:198:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:263:18: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:351:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:351:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:459:69: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:71: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:370:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_matrix.hpp:133:17: required from 'auto stan::math::to_matrix(const std::vector&, int, int) [with T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/read_dense_inv_metric.hpp:33:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:27:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:29:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:29:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:27:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:28:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:28:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue_varmat.hpp:145:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >' ../inst/include/CODOLS.hpp:30:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:28:12: required from 'auto stan::math::multiply(const Mat&, Scal) [with Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Scal = double; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/lm.hpp:826:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:28:12: required from 'auto stan::math::multiply(const Mat&, Scal) [with Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >; Scal = double; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/lm.hpp:825:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:35: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:11: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:11: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar&>(const std::vector&)::; Args = {const std::vector >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:72:21: required from 'auto stan::math::as_array_or_scalar(T&&) [with T = const std::vector&; stan::require_std_vector_t* = 0; stan::require_not_std_vector_t::type>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:39: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:43: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:55: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/fabs.hpp:67:51: required from 'stan::math::fabs, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >(const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >&):: [with auto:9 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::fabs, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >(const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >&)::; T2 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >; stan::require_t::type> >* = 0; T = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/fabs.hpp:66:46: required from 'auto stan::math::fabs(const Container&) [with Container = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:37: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >(const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >&):: [with auto:169 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >(const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >&)::; T2 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >; stan::require_t::type> >* = 0; T = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:49:25: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:75: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:32: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lgamma.hpp:120:50: required from 'auto stan::math::lgamma(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_not_var_matrix_t* = 0; stan::require_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:29: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:280:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:280:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:22: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:31:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:110:66: required from 'stan::math::value_of_rec, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&):: [with auto:1 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::value_of_rec, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::; Args = {Eigen::Map, 0, Eigen::Stride<0, 0> >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:108:21: required from 'auto stan::math::value_of_rec(T&&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; = void; = void]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_greater_or_equal.hpp:157:30: required from 'void stan::math::check_greater_or_equal(const char*, const char*, const T_y&, const T_low&, Idxs ...) [with T_y = std::vector; T_low = int; stan::require_vector_t* = 0; stan::require_not_std_vector_vt* = 0; stan::require_stan_scalar_t* = 0; Idxs = {}]' stan_files/lm.hpp:312:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/unit_vector_constrain.hpp:56:21: required from 'stan::plain_type_t stan::math::unit_vector_constrain(const T1&, T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = double; stan::require_eigen_col_vector_t* = 0; stan::require_all_not_vt_autodiff* = 0; stan::plain_type_t = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:506:46: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; Sizes = {int}; stan::require_not_std_vector_t* = 0; T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LP = double; Sizes = {int}; stan::require_std_vector_t* = 0; T = double; size_t = long unsigned int]' stan_files/lm.hpp:769:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/unit_vector_constrain.hpp:56:24: required from 'stan::plain_type_t stan::math::unit_vector_constrain(const T1&, T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = double; stan::require_eigen_col_vector_t* = 0; stan::require_all_not_vt_autodiff* = 0; stan::plain_type_t = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:506:46: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; Sizes = {int}; stan::require_not_std_vector_t* = 0; T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LP = double; Sizes = {int}; stan::require_std_vector_t* = 0; T = double; size_t = long unsigned int]' stan_files/lm.hpp:769:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:181:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:181:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:182:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:117:39: required from 'TupleT stan::math::internal::grad_2F1_impl_ab(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:204:78: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:62:1: required by substitution of 'template typename Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::CastXpr::Type Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::cast() const [with NewType = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:38: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:142:28: required from 'bool Eigen::DenseBase::hasNaN() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:40: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:31:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:142:28: required from 'bool Eigen::DenseBase::hasNaN() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:40: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:30:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Matrix; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/lm.hpp:902:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:563:19: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:467:22: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:468:16: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:475:61: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_self.hpp:31:23: required from 'stan::value_type_t stan::math::dot_self(const T&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_eigen_t* = 0; stan::require_not_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/unit_vector_constrain.hpp:53:33: required from 'stan::plain_type_t stan::math::unit_vector_constrain(const T1&, T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = double; stan::require_eigen_col_vector_t* = 0; stan::require_all_not_vt_autodiff* = 0; stan::plain_type_t = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:506:46: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; Sizes = {int}; stan::require_not_std_vector_t* = 0; T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LP = double; Sizes = {int}; stan::require_std_vector_t* = 0; T = double; size_t = long unsigned int]' stan_files/lm.hpp:769:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:72:102: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:92:109: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:92:109: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CommaInitializer.h:159:10: required from 'Eigen::CommaInitializer Eigen::DenseBase::operator<<(const Eigen::DenseBase&) [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:10: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:451:40: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:73: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:45:80: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:166:82: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:169:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:53: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:191:25: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/lm.hpp:564:24: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:38:39: required from 'auto stan::math::unit_vector_constrain(const T&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; stan::require_rev_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:63:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/lm.hpp:564:24: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/lm.hpp:564:24: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:41:32: required from 'auto stan::math::unit_vector_constrain(const T&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; stan::require_rev_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:63:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/lm.hpp:564:24: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:43:49: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/lm.hpp:564:24: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:43:69: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/lm.hpp:564:24: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:43:52: required from 'auto stan::math::unit_vector_constrain(const T&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; stan::require_rev_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:63:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/lm.hpp:564:24: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:43:28: required from 'auto stan::math::unit_vector_constrain(const T&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; stan::require_rev_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:63:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/lm.hpp:564:24: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:42:22: required from 'auto stan::math::unit_vector_constrain(const T&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; stan::require_rev_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:63:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/lm.hpp:564:24: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:196:18: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = var_value; stan::require_matrix_t* = 0; stan::require_not_matrix_t* = 0; stan::require_any_st_var* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/lm.hpp:606:37: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:145:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:196:18: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = var_value; stan::require_matrix_t* = 0; stan::require_not_matrix_t* = 0; stan::require_any_st_var* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/lm.hpp:606:37: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:163:40: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:196:18: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = var_value; stan::require_matrix_t* = 0; stan::require_not_matrix_t* = 0; stan::require_any_st_var* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/lm.hpp:606:37: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:170:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:196:18: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = var_value; stan::require_matrix_t* = 0; stan::require_not_matrix_t* = 0; stan::require_any_st_var* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/lm.hpp:606:37: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:172:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:196:18: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = var_value; stan::require_matrix_t* = 0; stan::require_not_matrix_t* = 0; stan::require_any_st_var* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/lm.hpp:606:37: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, member_sum, 1>; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 2, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 2, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 2, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 2, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:203:15: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:251:78: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 2, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:217:20: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:251:78: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:268:34: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:100:15: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:106:17: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2256:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2256 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2258:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2258 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2259:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2259 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2259:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2298:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2298 | PacketBlock kernel_half; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2298:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2304 | PacketBlock kernel_quarter; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:113:15: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1920:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1920 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1921 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1977:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1977 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1978:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1978 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1979:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1979 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1980:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1980 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:155:52: required from 'void Eigen::internal::tribb_kernel::operator()(ResScalar*, Index, Index, const LhsScalar*, const RhsScalar*, Index, Index, const ResScalar&) [with LhsScalar = double; RhsScalar = double; Index = long int; int mr = 4; int nr = 4; bool ConjLhs = false; bool ConjRhs = false; int ResInnerStride = 1; int UpLo = 2; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:370:46: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:370:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:26: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 0>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:43: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:352:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:80: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:67: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:45:80: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:76:64: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square >(const std::vector&):: [with auto:239 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:123:45: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/lm.hpp:720:49: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:126:50: required from 'static auto stan::math::apply_vector_unary::value, void>::type>::apply(const T&, const F&) [with F = stan::math::square >(const std::vector&)::; T = std::vector]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = std::vector; stan::require_container_st* = 0]' stan_files/lm.hpp:720:49: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log >(const std::vector&):: [with auto:169 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:123:45: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/lm.hpp:721:46: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:126:50: required from 'static auto stan::math::apply_vector_unary::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log >(const std::vector&)::; T = std::vector]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = std::vector; stan::require_container_st* = 0]' stan_files/lm.hpp:721:46: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_linesearch.hpp:247:23: required from 'int stan::optimization::WolfeLineSearch(FunctorType&, Scalar&, XType&, Scalar&, XType&, const XType&, const XType&, const Scalar&, const XType&, const Scalar&, const Scalar&, const Scalar&, const Scalar&, const Scalar&) [with FunctorType = ModelAdaptor; Scalar = double; XType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:209:28: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:78: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:64: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:52: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:47: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:24: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Product, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:55:20: required from 'void stan::optimization::BFGSUpdate_HInv::search_direction(VectorT&, const VectorT&) const [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:254:25: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_self.hpp:34:38: required from 'stan::math::var stan::math::dot_self(const T&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; stan::require_eigen_vector_vt* = 0; var = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:64:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/lm.hpp:564:24: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >(Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >(Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >(Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >(Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >(Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:110:66: required from 'stan::math::value_of_rec, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >(Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >&&):: [with auto:1 = Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_greater_or_equal.hpp:157:30: required from 'void stan::math::check_greater_or_equal(const char*, const char*, const T_y&, const T_low&, Idxs ...) [with T_y = std::vector, std::allocator > >; T_low = int; stan::require_vector_t* = 0; stan::require_not_std_vector_vt* = 0; stan::require_stan_scalar_t* = 0; Idxs = {}]' stan_files/lm.hpp:658:41: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:154:13: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = Eigen::Matrix; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/lm.hpp:169:65: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, T4__, typename boost::math::tools::promote_args::type> model_lm_namespace::mvn_ols_qr_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const T5__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, T4__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:672:50: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:154:21: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = Eigen::Matrix; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/lm.hpp:169:65: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, T4__, typename boost::math::tools::promote_args::type> model_lm_namespace::mvn_ols_qr_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const T5__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, T4__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:672:50: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:154:24: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = Eigen::Matrix; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/lm.hpp:169:65: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, T4__, typename boost::math::tools::promote_args::type> model_lm_namespace::mvn_ols_qr_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const T5__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, T4__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:672:50: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: recursively required by substitution of 'template struct stan::plain_type, stan::is_eigen::type> >::value, void>::type> [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: required by substitution of 'template using plain_type_t = typename stan::plain_type::type [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:153:9: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = Eigen::Matrix; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/lm.hpp:169:65: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, T4__, typename boost::math::tools::promote_args::type> model_lm_namespace::mvn_ols_qr_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const T5__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, T4__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:672:50: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:157:47: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = Eigen::Matrix; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/lm.hpp:169:65: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, T4__, typename boost::math::tools::promote_args::type> model_lm_namespace::mvn_ols_qr_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const T5__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, T4__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:672:50: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:58:64: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/lm.hpp:697:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:40: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/lm.hpp:697:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/lm.hpp:697:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:79:62: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/lm.hpp:697:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:94:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/lm.hpp:697:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:96:35: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/lm.hpp:697:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:45: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/lm.hpp:697:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:59: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/lm.hpp:697:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log >(const Eigen::Array&):: [with auto:169 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:78:33: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_scale_succ = double; T_scale_fail = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/lm.hpp:704:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:79:37: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_scale_succ = double; T_scale_fail = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/lm.hpp:704:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:27: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_scale_succ = double; T_scale_fail = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/lm.hpp:704:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:52: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_scale_succ = double; T_scale_fail = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/lm.hpp:704:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:35: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_scale_succ = double; T_scale_fail = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/lm.hpp:704:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:21: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_scale_succ = double; T_scale_fail = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/lm.hpp:704:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:42: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_scale_succ = double; T_scale_fail = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/lm.hpp:704:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/sum.hpp:31:41: required from 'stan::math::var stan::math::sum(const std::vector, Alloc>&) [with Alloc = std::allocator >; var = var_value]' stan_files/lm.hpp:721:30: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:268:7: required from 'Eigen::MapBase::ScalarWithConstIfNotLvalue& Eigen::MapBase::coeffRef(Eigen::Index) [with Derived = Eigen::Block, -1, 1, true>; ScalarWithConstIfNotLvalue = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:367:25: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; VectorY = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:895:24: required from 'void Eigen::internal::tridiagonal_qr_step(RealScalar*, RealScalar*, Index, Index, Scalar*, Index) [with int StorageOrder = 0; RealScalar = double; Scalar = double; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:548:87: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::min_coeff_visitor, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:323:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:496:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:563:35: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:125: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:74: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:50: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:507:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:567:77: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Matrix; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/lm.hpp:902:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&):: [with auto:13 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/lm.hpp:697:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:40: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/lm.hpp:697:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/lm.hpp:697:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:169 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/lm.hpp:704:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/lm.hpp:704:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:27: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = std::vector; T_scale_succ = double; T_scale_fail = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/lm.hpp:704:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:52: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = std::vector; T_scale_succ = double; T_scale_fail = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/lm.hpp:704:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:35: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = std::vector; T_scale_succ = double; T_scale_fail = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/lm.hpp:704:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/lm.hpp:564:24: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:453:45: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:372:86: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:34:74: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:35:60: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:35:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, 1, -1, false>, 0>; Derived = Eigen::Block, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:501:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:90: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, -1, -1, false>, 2>, Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:550:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:561:27: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_self.hpp:31:23: required from 'stan::value_type_t stan::math::dot_self(const T&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_eigen_t* = 0; stan::require_not_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/unit_vector_constrain.hpp:53:33: required from 'stan::plain_type_t stan::math::unit_vector_constrain(const T1&, T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = double; stan::require_eigen_col_vector_t* = 0; stan::require_all_not_vt_autodiff* = 0; stan::plain_type_t = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:506:46: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; Sizes = {int}; stan::require_not_std_vector_t* = 0; T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LP = double; Sizes = {int}; stan::require_std_vector_t* = 0; T = double; size_t = long unsigned int]' stan_files/lm.hpp:769:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:53:48: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:388:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/advi.hpp:223:11: required from 'double stan::variational::advi::adapt_eta(Q&, int, stan::callbacks::logger&) const [with Model = model_lm_namespace::model_lm; Q = stan::variational::normal_meanfield; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/advi.hpp:468:13: required from 'int stan::variational::advi::run(double, bool, int, double, int, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) const [with Model = model_lm_namespace::model_lm; Q = stan::variational::normal_meanfield; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/experimental/advi/meanfield.hpp:82:15: required from 'int stan::services::experimental::advi::meanfield(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, double, double, bool, int, int, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:900:18: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:49:27: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/lm.hpp:666:44: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:60:46: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/lm.hpp:666:44: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:68:48: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/lm.hpp:666:44: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:268:34: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, true>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, true>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, true>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, true>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, 0>, -1, 1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:54: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:523:57: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_self.hpp:31:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/lm.hpp:672:50: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 16, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:280:48: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Func = generic_product_impl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 5>::set]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:317:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, true>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:306:38: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:310:42: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:314:45: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:511:85: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, -1, 1, true>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:9: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:522:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:522:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CommaInitializer.h:159:10: required from 'Eigen::CommaInitializer Eigen::DenseBase::operator<<(const Eigen::DenseBase&) [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:10: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:28: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, 1, -1, false>; Rhs = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:507:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:567:77: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:37:36: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/lm.hpp:564:24: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:82:38: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/lm.hpp:697:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:16: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_scale_succ = double; T_scale_fail = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/lm.hpp:704:56: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_lm_namespace::model_lm; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>; U = Eigen::Block >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:166:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, false>; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, false>; Derived = Eigen::Block, -1, 1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:372:86: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:15: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:469:72: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:469:55: required from 'static void Eigen::internal::generic_product_impl::eval_dynamic_impl(Dst&, const LhsT&, const RhsT&, const Func&, const Scalar&, Eigen::internal::true_type) [with Dst = Eigen::Matrix; LhsT = Eigen::Matrix; RhsT = Eigen::Transpose >; Func = Eigen::internal::assign_op; Scalar = double; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:446:22: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:90: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:57: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:64:57: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:73:50: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:123:11: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_self.hpp:31:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/lm.hpp:672:50: required from 'stan::scalar_type_t model_lm_namespace::model_lm::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/lm.hpp:1276:47: required from 'T_ model_lm_namespace::model_lm::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>; Rhs = Eigen::Transpose >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 1; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:74: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = false; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:337: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h: In instantiation of 'static void Eigen::internal::selfadjoint_matrix_vector_product::run(Index, const Scalar*, Index, const Scalar*, Scalar*, Scalar) [with Scalar = double; Index = long int; int StorageOrder = 0; int UpLo = 1; bool ConjugateLhs = false; bool ConjugateRhs = false; int Version = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:229:7: required from 'static void Eigen::internal::selfadjoint_product_impl::run(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; int LhsMode = 17; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:805:109: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int ProductTag = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:62:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 62 | conj_helper::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, IsRowMajor), ConjugateRhs> pcj0; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:62:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:63:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 63 | conj_helper::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, !IsRowMajor), ConjugateRhs> pcj1; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:63:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, 1, false>; Derived = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:519:22: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Block, -1, 1, false>, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:32: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:166: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/Memory.h: In instantiation of 'Index Eigen::internal::first_default_aligned(const Scalar*, Index) [with Scalar = double; Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:89:68: required from 'static void Eigen::internal::selfadjoint_matrix_vector_product::run(Index, const Scalar*, Index, const Scalar*, Scalar*, Scalar) [with Scalar = double; Index = long int; int StorageOrder = 0; int UpLo = 1; bool ConjugateLhs = false; bool ConjugateRhs = false; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:229:7: required from 'static void Eigen::internal::selfadjoint_product_impl::run(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; int LhsMode = 17; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:805:109: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int ProductTag = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/Memory.h:500:60: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 500 | return first_aligned::alignment>(array, size); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:26:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:26:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:182:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:53: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: required from 'void Eigen::internal::apply_block_householder_on_the_left(MatrixType&, const VectorsType&, const CoeffsType&, bool) [with MatrixType = Eigen::Block, -1, -1, false>; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, 1, false>, 1, 1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, 1, false>, 1, 1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, 1, false>, 1, 1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, 1, false>, 1, 1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, 1, false>, 1, 1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:184:17: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:328:36: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:328:36: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>; U = Eigen::Block >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block >, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block >, -1, 1, true>; Derived = Eigen::Block, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = true]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:346:25: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 1; bool ConjugateLhs = false; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = false; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> > >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, true>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:233:85: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:364:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:408:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:456:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Diagonal, 0>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:42: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = true]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:319:27: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:364:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:408:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:456:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:150:68: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:97:18: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:125:66: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:769:69: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator, Eigen::Transpose >, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = div_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::div_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:28: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:333:21: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:39:18: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:57: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:72: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:151:29: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Diagonal, 0>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:42: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:48: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, 1, -1, true>, 1, -1, false>; int Mode = 5; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >; Rhs = const Eigen::Block, -1, -1, false>, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:22: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:301:29: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:54: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false> >, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false> >, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:106: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:77: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:127: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:151:29: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_lm_namespace::model_lm; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:114: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 33 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Derived = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >; SrcEvaluatorTypeT = Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_lm_namespace::model_lm; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_lm_namespace::model_lm; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/lm.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/sum.hpp:32:18: required from 'stan::math::sum > >(const std::vector, arena_allocator > >&):: mutable [with auto:446 = stan::math::internal::callback_vari > >(const std::vector, arena_allocator > >&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::sum > >(const std::vector, arena_allocator > >&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/nuts/base_nuts.hpp:175:21: required from 'stan::mcmc::sample stan::mcmc::base_nuts::transition(stan::mcmc::sample&, stan::callbacks::logger&) [with Model = model_lm_namespace::model_lm; Hamiltonian = stan::mcmc::diag_e_metric; Integrator = stan::mcmc::expl_leapfrog; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/nuts/base_nuts.hpp:78:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from 'double stan::mcmc::diag_e_metric::T(stan::mcmc::diag_e_point&) [with Model = model_lm_namespace::model_lm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:20:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_lm_namespace::model_lm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_lm_namespace::model_lm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from 'double stan::mcmc::diag_e_metric::T(stan::mcmc::diag_e_point&) [with Model = model_lm_namespace::model_lm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:20:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_lm_namespace::model_lm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_lm_namespace::model_lm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_lm_namespace::model_lm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_lm_namespace::model_lm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_lm_namespace::model_lm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_lm_namespace::model_lm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_lm_namespace::model_lm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_lm_namespace::model_lm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_lm_namespace::model_lm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_lm_namespace::model_lm; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ "/home/th798/R/R-devel/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/mvmer.stan Wrote C++ file "stan_files/mvmer.cc" /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I"../inst/include" -I"/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/rstan/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c stan_files/mvmer.cc -o stan_files/mvmer.o In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/rstaninc.hpp:3, from stan_files/mvmer.hpp:18, from stan_files/mvmer.cc:3: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:222:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 222 | template<> struct unpacket_traits { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:228:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 228 | template<> struct unpacket_traits { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1124:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1124 | ptranspose(PacketBlock& kernel) { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1129:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1129 | ptranspose(PacketBlock& kernel) { | ^ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:18, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/shared_ptr.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/date_time/time_clock.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/date_time/posix_time/posix_time_types.hpp:10, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:15, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/rstaninc.hpp:4: /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 361 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) | ^~~~~~~~ In file included from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/memory:76, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:7: /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:251:65: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 251 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:508:31: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 508 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:521:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 521 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:604:34: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 604 | shared_ptr & operator=( std::auto_ptr & r ) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:613:34: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 613 | shared_ptr & operator=( std::auto_ptr && r ) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:615:38: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 615 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:19:52: required from 'struct Eigen::internal::traits > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolverBase.h:68:7: required from 'class Eigen::SolverBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:59:49: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:69:42: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true>, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:17: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:244 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:244 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::ceil >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::ceil >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_minCoeff, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_minCoeff, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_minCoeff, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_minCoeff, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim.hpp:15, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/dump.hpp:7, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:43: /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp: At global scope: /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:111:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 111 | public std::iterator { | ^~~~~~~~ In file included from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_algobase.h:65, from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/specfun.h:45, from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/cmath:1935, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/platform/compiler.h:100, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/r/headers.h:66, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/RcppCommon.h:30, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp.h:27, from stan_files/mvmer.cc:1: /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:149:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 149 | public std::iterator { | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:204:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 204 | public std::iterator { | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-devel/library/BH/include/boost/get_pointer.hpp:48:40: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 48 | template T * get_pointer(std::auto_ptr const& p) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 5>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/hmm_latent_rng.hpp:83:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1>, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::TriangularView >, 2>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::TriangularView >, 2>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::TriangularView >, 2>, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:32: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 6>, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: recursively required by substitution of 'template const Eigen::internal::triangular_solve_retval >, 6>, Other> Eigen::TriangularViewImpl >, 6, Eigen::Dense>::solve(const Eigen::MatrixBase&) const [with int Side = ; Other = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lgamma.hpp:120:50: required from 'auto stan::math::lgamma(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_not_var_matrix_t* = 0; stan::require_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:28:50: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:28:27: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:46: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:32:23: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: recursively required by substitution of 'template static std::true_type stan::is_base_pointer_convertible >::f(const Eigen::EigenBase*) [with OtherDerived = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: required from 'struct stan::is_eigen >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:301:19: required by substitution of 'template class stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type> [with T = Eigen::SparseMatrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:129:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:814:9: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:419:57: required from 'const auto& stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::val() const [with T = Eigen::SparseMatrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:169 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:169 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, 0>, void>::apply, 0> >(const Eigen::Diagonal, 0>&):: >(const Eigen::Diagonal, 0>&, const stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, 0>, void>::apply, 0> >(const Eigen::Diagonal, 0>&):: >(const Eigen::Diagonal, 0>&, const stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:278:47: required from 'struct Eigen::internal::traits, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:18:7: required from 'class Eigen::DiagonalBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:293:7: required from 'class Eigen::DiagonalWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>&>(const Eigen::Matrix, -1, 1>&):: [with auto:11 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::value_of, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::; Args = {const Eigen::Matrix, -1, 1, 0, -1, 1>&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:73:21: required from 'auto stan::math::value_of(EigMat&&) [with EigMat = const Eigen::Matrix, -1, 1>&; stan::require_eigen_dense_base_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:99:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:182:62: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:183:66: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:197:60: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:198:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:263:18: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:351:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:351:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:459:69: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:71: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:370:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_matrix.hpp:133:17: required from 'auto stan::math::to_matrix(const std::vector&, int, int) [with T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/read_dense_inv_metric.hpp:33:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:27:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:29:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:29:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:27:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:28:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:28:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue_varmat.hpp:145:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >' ../inst/include/CODOLS.hpp:30:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:169 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0]' stan_files/mvmer.hpp:7631:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:169 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0]' stan_files/mvmer.hpp:7631:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, 0, Eigen::Stride<0, 0> >, void>::apply, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, 0, Eigen::Stride<0, 0> >, void>::apply, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0]' stan_files/mvmer.hpp:7631:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:218 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/mvmer.hpp:7850:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, 0, Eigen::Stride<0, 0> >, void>::apply, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const stan::math::sqrt, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, 0, Eigen::Stride<0, 0> >, void>::apply, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const stan::math::sqrt, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/mvmer.hpp:7850:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_constrain.hpp:133:26: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_eigen_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_not_var_t::type>* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; UB = int; LP = double; Sizes = {int}; T = double]' stan_files/mvmer.hpp:9373:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_constrain.hpp:122:18: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_eigen_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_not_var_t::type>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; UB = int; LP = double; Sizes = {int}; T = double]' stan_files/mvmer.hpp:9373:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:102:18: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; LP = double; Sizes = {int}; T = double]' stan_files/mvmer.hpp:9380:65: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:83:26: required from 'auto stan::math::lb_constrain(T&&, L&&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = const int&; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:388:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; LP = double; Sizes = {int}; T = double]' stan_files/mvmer.hpp:9380:65: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:83:26: required from 'auto stan::math::lb_constrain(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:175:49: required from 'auto stan::math::lb_constrain(const std::vector&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_not_std_vector_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LB = int; LP = double; Sizes = {int, int}; T = double]' stan_files/mvmer.hpp:9474:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:102:18: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:177:26: required from 'auto stan::math::lb_constrain(const std::vector&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_not_std_vector_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LB = int; LP = double; Sizes = {int, int}; T = double]' stan_files/mvmer.hpp:9474:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/transpose.hpp:18:21: required from 'auto stan::math::transpose(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_matrix_t* = 0]' stan_files/mvmer.hpp:9812:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/diag_pre_multiply.hpp:29:26: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix; stan::require_eigen_vector_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:9823:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:107:13: required from 'auto stan::math::multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Product >, Eigen::Matrix, 1>; Mat2 = Eigen::Matrix; stan::require_all_eigen_vt* = 0; stan::require_not_eigen_row_and_col_t* = 0]' stan_files/mvmer.hpp:9822:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/transpose.hpp:18:21: required from 'auto stan::math::transpose(const T&) [with T = Eigen::Product >, Eigen::Matrix, 1>, Eigen::Matrix, 0>; stan::require_matrix_t* = 0]' stan_files/mvmer.hpp:9821:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::DiagonalWrapper >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/quad_form_diag.hpp:19:35: required from 'stan::math::quad_form_diag, Eigen::Matrix >(const Eigen::Matrix&, const Eigen::Matrix&):: [with auto:375 = Eigen::Matrix; auto:376 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::quad_form_diag, Eigen::Matrix >(const Eigen::Matrix&, const Eigen::Matrix&)::; Args = {const Eigen::Matrix&, const Eigen::Matrix&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/quad_form_diag.hpp:17:21: required from 'auto stan::math::quad_form_diag(const EigMat&, const EigVec&) [with EigMat = Eigen::Matrix; EigVec = Eigen::Matrix; stan::require_eigen_t* = 0; stan::require_eigen_vector_t* = 0]' stan_files/mvmer.hpp:10047:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >(Eigen::Matrix&&, const char*, const index_multi&)::::, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >(Eigen::Matrix&&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >(Eigen::Matrix&&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp >(Eigen::Matrix&&, const char*, const index_multi&)::::, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:158:49: required from 'stan::model::rvalue >(Eigen::Matrix&&, const char*, const index_multi&):: [with auto:703 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::model::rvalue >(Eigen::Matrix&&, const char*, const index_multi&)::; Args = {Eigen::Matrix&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:156:33: required from 'auto stan::model::rvalue(EigVec&&, const char*, const index_multi&) [with EigVec = Eigen::Matrix; stan::require_eigen_vector_t* = 0]' stan_files/mvmer.hpp:10045:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:35: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:11: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:11: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar&>(const std::vector&)::; Args = {const std::vector >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:72:21: required from 'auto stan::math::as_array_or_scalar(T&&) [with T = const std::vector&; stan::require_std_vector_t* = 0; stan::require_not_std_vector_t::type>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:39: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:43: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:55: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/fabs.hpp:67:51: required from 'stan::math::fabs, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >(const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >&):: [with auto:9 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::fabs, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >(const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >&)::; T2 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >; stan::require_t::type> >* = 0; T = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/fabs.hpp:66:46: required from 'auto stan::math::fabs(const Container&) [with Container = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:37: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >(const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >&):: [with auto:169 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >(const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >&)::; T2 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >; stan::require_t::type> >* = 0; T = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:49:25: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:75: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:32: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lgamma.hpp:120:50: required from 'auto stan::math::lgamma(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_not_var_matrix_t* = 0; stan::require_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:29: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:280:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:280:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:22: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:31:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:110:66: required from 'stan::math::value_of_rec, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&):: [with auto:1 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::value_of_rec, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::; Args = {Eigen::Map, 0, Eigen::Stride<0, 0> >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:108:21: required from 'auto stan::math::value_of_rec(T&&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; = void; = void]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_greater_or_equal.hpp:157:30: required from 'void stan::math::check_greater_or_equal(const char*, const char*, const T_y&, const T_low&, Idxs ...) [with T_y = std::vector; T_low = int; stan::require_vector_t* = 0; stan::require_not_std_vector_vt* = 0; stan::require_stan_scalar_t* = 0; Idxs = {}]' stan_files/mvmer.hpp:5276:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tanh.hpp:59:52: required from 'stan::math::tanh, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:246 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::tanh, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tanh.hpp:58:46: required from 'auto stan::math::tanh(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/corr_constrain.hpp:47:34: required from 'auto stan::math::corr_constrain(const T_x&, T_lp&) [with T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_lp = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/cholesky_corr_constrain.hpp:56:50: required from 'Eigen::Matrix::type, -1, -1> stan::math::cholesky_corr_constrain(const EigVec&, int, stan::return_type_t&) [with EigVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_eigen_vector_t* = 0; typename stan::value_type::type = double; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:817:37: required from 'auto stan::io::deserializer::read_constrain_cholesky_factor_corr(LP&, Eigen::Index) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; stan::require_matrix_t* = 0; T = double; Eigen::Index = long int]' stan_files/mvmer.hpp:9408:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tanh.hpp:59:52: required from 'stan::math::tanh, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:246 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::tanh, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tanh.hpp:58:46: required from 'auto stan::math::tanh(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/corr_constrain.hpp:47:34: required from 'auto stan::math::corr_constrain(const T_x&, T_lp&) [with T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_lp = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/cholesky_corr_constrain.hpp:56:50: required from 'Eigen::Matrix::type, -1, -1> stan::math::cholesky_corr_constrain(const EigVec&, int, stan::return_type_t&) [with EigVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_eigen_vector_t* = 0; typename stan::value_type::type = double; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:817:37: required from 'auto stan::io::deserializer::read_constrain_cholesky_factor_corr(LP&, Eigen::Index) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; stan::require_matrix_t* = 0; T = double; Eigen::Index = long int]' stan_files/mvmer.hpp:9408:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, 0, Eigen::Stride<0, 0> >, void>::apply, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const stan::math::tanh, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, 0, Eigen::Stride<0, 0> >, void>::apply, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const stan::math::tanh, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::tanh, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tanh.hpp:58:46: required from 'auto stan::math::tanh(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/corr_constrain.hpp:47:34: required from 'auto stan::math::corr_constrain(const T_x&, T_lp&) [with T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_lp = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/cholesky_corr_constrain.hpp:56:50: required from 'Eigen::Matrix::type, -1, -1> stan::math::cholesky_corr_constrain(const EigVec&, int, stan::return_type_t&) [with EigVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_eigen_vector_t* = 0; typename stan::value_type::type = double; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:817:37: required from 'auto stan::io::deserializer::read_constrain_cholesky_factor_corr(LP&, Eigen::Index) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; stan::require_matrix_t* = 0; T = double; Eigen::Index = long int]' stan_files/mvmer.hpp:9408:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::square >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::square >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::square >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/corr_constrain.hpp:48:25: required from 'auto stan::math::corr_constrain(const T_x&, T_lp&) [with T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_lp = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/cholesky_corr_constrain.hpp:56:50: required from 'Eigen::Matrix::type, -1, -1> stan::math::cholesky_corr_constrain(const EigVec&, int, stan::return_type_t&) [with EigVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_eigen_vector_t* = 0; typename stan::value_type::type = double; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:817:37: required from 'auto stan::io::deserializer::read_constrain_cholesky_factor_corr(LP&, Eigen::Index) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; stan::require_matrix_t* = 0; T = double; Eigen::Index = long int]' stan_files/mvmer.hpp:9408:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, void>::apply(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&)::, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >, void>::apply(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&)::, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > >, void>::apply(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&)::, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper > > >, void>::apply(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&)::, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, void>::apply(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&)::, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_fun; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::ArrayWrapper > > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log1m.hpp:74:49: required from 'auto stan::math::log1m(const T&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_not_var_matrix_t* = 0; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/corr_constrain.hpp:48:18: required from 'auto stan::math::corr_constrain(const T_x&, T_lp&) [with T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_lp = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/cholesky_corr_constrain.hpp:56:50: required from 'Eigen::Matrix::type, -1, -1> stan::math::cholesky_corr_constrain(const EigVec&, int, stan::return_type_t&) [with EigVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_eigen_vector_t* = 0; typename stan::value_type::type = double; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:817:37: required from 'auto stan::io::deserializer::read_constrain_cholesky_factor_corr(LP&, Eigen::Index) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; stan::require_matrix_t* = 0; T = double; Eigen::Index = long int]' stan_files/mvmer.hpp:9408:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:181:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:181:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:182:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:117:39: required from 'TupleT stan::math::internal::grad_2F1_impl_ab(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:204:78: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:62:1: required by substitution of 'template typename Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::CastXpr::Type Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::cast() const [with NewType = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:38: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:142:28: required from 'bool Eigen::DenseBase::hasNaN() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:40: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:31:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:142:28: required from 'bool Eigen::DenseBase::hasNaN() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:40: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:30:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/mvmer.hpp:10002:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:79:21: required from 'auto stan::math::subtract(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:29: required from 'auto stan::math::lb_free(T&&, L&&) [with T = Eigen::Matrix; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:52:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/mvmer.hpp:10722:27: required from 'void model_mvmer_namespace::model_mvmer::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11789:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:79:32: required from 'auto stan::math::subtract(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:29: required from 'auto stan::math::lb_free(T&&, L&&) [with T = Eigen::Matrix; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:52:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/mvmer.hpp:10722:27: required from 'void model_mvmer_namespace::model_mvmer::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11789:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = Eigen::Matrix; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:52:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/mvmer.hpp:10722:27: required from 'void model_mvmer_namespace::model_mvmer::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11789:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = Eigen::Matrix; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:52:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/mvmer.hpp:10722:27: required from 'void model_mvmer_namespace::model_mvmer::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11789:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&, const stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = Eigen::Matrix; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:52:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/mvmer.hpp:10722:27: required from 'void model_mvmer_namespace::model_mvmer::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11789:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:13: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:29: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/mvmer.hpp:10722:27: required from 'void model_mvmer_namespace::model_mvmer::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11789:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:32: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:29: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/mvmer.hpp:10722:27: required from 'void model_mvmer_namespace::model_mvmer::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11789:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/mvmer.hpp:10722:27: required from 'void model_mvmer_namespace::model_mvmer::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11789:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/mvmer.hpp:10722:27: required from 'void model_mvmer_namespace::model_mvmer::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11789:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&):: >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&, const stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/mvmer.hpp:10722:27: required from 'void model_mvmer_namespace::model_mvmer::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11789:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:29: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/mvmer.hpp:10722:27: required from 'void model_mvmer_namespace::model_mvmer::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11789:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:29: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/mvmer.hpp:10722:27: required from 'void model_mvmer_namespace::model_mvmer::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11789:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:113:51: required from 'stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: [with auto:341 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/mvmer.hpp:10722:27: required from 'void model_mvmer_namespace::model_mvmer::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11789:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:113:74: required from 'stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: [with auto:341 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/mvmer.hpp:10722:27: required from 'void model_mvmer_namespace::model_mvmer::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11789:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: >(const Eigen::Matrix&, const stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: >(const Eigen::Matrix&, const stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/mvmer.hpp:10722:27: required from 'void model_mvmer_namespace::model_mvmer::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11789:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:115:7: required from 'class stan::math::Holder, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:312:16: required from 'auto stan::math::internal::make_holder_impl_construct_object(T&&, std::index_sequence, const std::tuple&) [with T = Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >; long unsigned int ...Is = {0}; Args = {Eigen::Matrix}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:330:43: required from 'auto stan::math::internal::make_holder_impl(const F&, std::index_sequence, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; long unsigned int ...Is = {0}; Args = {Eigen::Matrix}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:353:36: required from 'auto stan::math::make_holder(const F&, Args&& ...) [with F = logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_not_plain_type_t()((declval)()...))>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/mvmer.hpp:10722:27: required from 'void model_mvmer_namespace::model_mvmer::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11789:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:563:19: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:467:22: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:468:16: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:475:61: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:72:102: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:92:109: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:92:109: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CommaInitializer.h:159:10: required from 'Eigen::CommaInitializer Eigen::DenseBase::operator<<(const Eigen::DenseBase&) [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:10: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:451:40: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:73: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:45:80: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:166:82: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:169:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:53: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:191:25: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:192:48: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:192:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:193:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:197:32: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:197:56: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:197:64: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:52: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Matrix, -1, 1>; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:209:33: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:58: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:61: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:195:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:196:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:215:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:215:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1> >&>(arena_matrix, -1, 1> >&):: [with auto:11 = stan::math::arena_matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:56: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:63: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:31: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_exp_fun; T = stan::math::arena_matrix, void>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:42: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:35: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:22: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:219:34: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:219:48: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:38: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:45: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:66: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:59: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:44: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:38: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:31: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:20: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:231:39: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:163:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8535:64: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&):: [with auto:11 = const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8542:65: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:52: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8542:65: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:58: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8542:65: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:61: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/mvmer.hpp:8542:65: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:145:56: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8899:37: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:145:64: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8899:37: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:145:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8899:37: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:145:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8899:37: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:163:26: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8899:37: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:163:40: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8899:37: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, -1>&>(const Eigen::Matrix, -1, -1>&):: [with auto:11 = const Eigen::Matrix, -1, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:168:61: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8899:37: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:170:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8899:37: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:172:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8899:37: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1, 0, -1, -1> >, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, -1, 0, -1, -1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 1>; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, -1, 0, -1, -1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:30:9: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:8909:50: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:34:55: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:8909:50: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:36:52: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:8909:50: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::internal::member_sum, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::internal::member_sum, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:36:77: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:8909:50: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:37:53: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:8909:50: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:43:55: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:8909:50: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:45:37: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:8909:50: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:45:52: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:8909:50: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::internal::member_sum, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, Eigen::internal::member_sum, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:45:77: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:8909:50: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:51:49: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:8909:50: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:53:37: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:8909:50: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:53:53: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:8909:50: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, Eigen::Matrix, -1, -1, 0, -1, -1>, Eigen::Matrix, -1, -1, 0, -1, -1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; Types = {Eigen::Matrix, -1, -1, 0, -1, -1>, Eigen::Matrix, -1, -1, 0, -1, -1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:36:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:40: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:54: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:54: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, Eigen::Matrix, -1, -1, 0, -1, -1>, Eigen::Matrix, -1, -1, 0, -1, -1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>; Types = {Eigen::Matrix, -1, -1, 0, -1, -1>, Eigen::Matrix, -1, -1, 0, -1, -1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:55:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:53: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:37: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&):: [with auto:11 = stan::math::arena_matrix, -1, -1>, void>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:66:48: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, Eigen::Matrix, -1, -1, 0, -1, -1>, Eigen::Matrix, -1, -1, 0, -1, -1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; Types = {Eigen::Matrix, -1, -1, 0, -1, -1>, Eigen::Matrix, -1, -1, 0, -1, -1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:65:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:46: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:4006:51: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:4006:26: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/mvmer.hpp:4077:47: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: [with auto:218 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/mvmer.hpp:4076:41: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/mvmer.hpp:4076:41: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&, const stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/mvmer.hpp:4076:41: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:4075:47: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:4074:45: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:4073:34: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:4088:49: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:4087:47: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:4086:36: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/segment.hpp:26:19: required from 'auto stan::math::segment(const Vec&, size_t, size_t) [with Vec = Eigen::Matrix; stan::require_vector_t* = 0; size_t = long unsigned int]' stan_files/mvmer.hpp:1781:52: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9789:23: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:1785:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9789:23: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:1785:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9789:23: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:107:13: required from 'auto stan::math::multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::VectorBlock, -1>; stan::require_all_eigen_vt* = 0; stan::require_not_eigen_row_and_col_t* = 0]' stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9795:26: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:107:13: required from 'auto stan::math::multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix; stan::require_all_eigen_vt* = 0; stan::require_not_eigen_row_and_col_t* = 0]' stan_files/mvmer.hpp:4302:52: required from 'Eigen::Matrix::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type, -1, 1> model_mvmer_namespace::evaluate_eta(const T0__&, const std::vector >&, const std::vector >&, const std::vector&, const std::vector&, const std::vector&, const T6__&, const T7__&, const T8__&, const int&, const int&, const int&, const T12__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = double; T2__ = double; T5__ = double; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; T8__ = Eigen::Matrix; T12__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type = double; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9914:27: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:21: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:4315:26: required from 'Eigen::Matrix::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type, -1, 1> model_mvmer_namespace::evaluate_eta(const T0__&, const std::vector >&, const std::vector >&, const std::vector&, const std::vector&, const std::vector&, const T6__&, const T7__&, const T8__&, const int&, const int&, const int&, const T12__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = double; T2__ = double; T5__ = double; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; T8__ = Eigen::Matrix; T12__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type = double; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9914:27: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:32: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:4315:26: required from 'Eigen::Matrix::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type, -1, 1> model_mvmer_namespace::evaluate_eta(const T0__&, const std::vector >&, const std::vector >&, const std::vector&, const std::vector&, const std::vector&, const T6__&, const T7__&, const T8__&, const int&, const int&, const int&, const T12__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = double; T2__ = double; T5__ = double; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; T8__ = Eigen::Matrix; T12__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type = double; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9914:27: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:4383:24: required from 'Eigen::Matrix::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type, -1, 1> model_mvmer_namespace::evaluate_eta(const T0__&, const std::vector >&, const std::vector >&, const std::vector&, const std::vector&, const std::vector&, const T6__&, const T7__&, const T8__&, const int&, const int&, const int&, const T12__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = double; T2__ = double; T5__ = double; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; T8__ = Eigen::Matrix; T12__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type = double; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9914:27: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, member_sum, 1>; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 2, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 2, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 2, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 2, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:203:15: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:251:78: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 2, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:217:20: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:251:78: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:268:34: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:100:15: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:106:17: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2256:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2256 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2258:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2258 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2259:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2259 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2259:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2298:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2298 | PacketBlock kernel_half; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2298:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2304 | PacketBlock kernel_quarter; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:113:15: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1920:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1920 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1921 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1977:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1977 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1978:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1978 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1979:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1979 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1980:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1980 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:155:52: required from 'void Eigen::internal::tribb_kernel::operator()(ResScalar*, Index, Index, const LhsScalar*, const RhsScalar*, Index, Index, const ResScalar&) [with LhsScalar = double; RhsScalar = double; Index = long int; int mr = 4; int nr = 4; bool ConjLhs = false; bool ConjRhs = false; int ResInnerStride = 1; int UpLo = 2; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:370:46: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:370:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:26: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 0>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:43: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:352:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:80: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:67: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:45:80: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:76:64: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' stan_files/mvmer.hpp:7631:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_linesearch.hpp:247:23: required from 'int stan::optimization::WolfeLineSearch(FunctorType&, Scalar&, XType&, Scalar&, XType&, const XType&, const XType&, const Scalar&, const XType&, const Scalar&, const Scalar&, const Scalar&, const Scalar&, const Scalar&) [with FunctorType = ModelAdaptor; Scalar = double; XType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:209:28: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:78: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:64: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:52: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:47: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:24: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Product, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:55:20: required from 'void stan::optimization::BFGSUpdate_HInv::search_direction(VectorT&, const VectorT&) const [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:254:25: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Map, 0, Eigen::Stride<0, 0> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/mvmer.hpp:4006:51: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:35:54: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/mvmer.hpp:4006:51: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:49:54: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/mvmer.hpp:4006:51: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4006:51: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:51:50: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/mvmer.hpp:4006:51: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:57:48: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/mvmer.hpp:4006:51: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:24: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/mvmer.hpp:4006:26: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:32: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/mvmer.hpp:4006:26: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:35: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/mvmer.hpp:4006:26: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:148:9: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/mvmer.hpp:4006:26: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:150:47: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/mvmer.hpp:4006:26: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:152:61: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/mvmer.hpp:4006:26: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:145:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:4077:47: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:163:40: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:4077:47: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:170:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:4077:47: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:172:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:4077:47: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4075:47: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/mvmer.hpp:4075:47: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/mvmer.hpp:4074:45: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/mvmer.hpp:4088:49: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:131:53: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:1785:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8875:23: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:134:39: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:1785:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8875:23: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:143:58: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:1785:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8875:23: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:143:38: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:1785:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8875:23: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:149:53: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:1785:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8875:23: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:151:51: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:1785:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8875:23: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; Types = {Eigen::Matrix, -1, -1, 0, -1, -1>, Eigen::VectorBlock, -1, 1, 0, -1, 1>, -1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:36:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::VectorBlock, -1, 1>, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&):: [with auto:11 = const Eigen::VectorBlock, -1, 1>, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:53: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::VectorBlock, -1, 1>, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; Types = {Eigen::Matrix, -1, -1, 0, -1, -1>, Eigen::VectorBlock, -1, 1, 0, -1, 1>, -1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:65:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::VectorBlock, -1, 1>, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:223:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4315:26: required from 'Eigen::Matrix::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type, -1, 1> model_mvmer_namespace::evaluate_eta(const T0__&, const std::vector >&, const std::vector >&, const std::vector&, const std::vector&, const std::vector&, const T6__&, const T7__&, const T8__&, const int&, const int&, const int&, const T12__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = double; T2__ = double; T5__ = stan::math::var_value; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, -1>; T8__ = Eigen::Matrix, -1, -1>; T12__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8972:25: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:77:64: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:98:62: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:47: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:39: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:104:12: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:112:24: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:112:53: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:239 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:121:38: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:17: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:139:54: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:140:44: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9232:60: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:79:62: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9232:60: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:94:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9232:60: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:96:35: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9232:60: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:45: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9232:60: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:59: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9232:60: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::sqrt >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::sqrt >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2167:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_mvmer_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:2165:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_mvmer_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:22: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:2192:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_mvmer_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:13: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:2192:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_mvmer_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:32: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:2192:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_mvmer_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:2191:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_mvmer_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:2191:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_mvmer_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:2191:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_mvmer_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&):: [with auto:218 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2190:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_mvmer_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&):: [with auto:218 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2190:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_mvmer_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >, void>::apply, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&, const stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >, void>::apply, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&, const stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2190:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_mvmer_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:28:12: required from 'auto stan::math::multiply(const Mat&, Scal) [with Mat = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Scal = double; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/mvmer.hpp:2196:32: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_mvmer_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2267:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_mvmer_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4058:31: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2267:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_mvmer_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4058:31: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::Matrix, const Eigen::Matrix >, void>::apply, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&, const stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, const Eigen::Matrix, const Eigen::Matrix >, void>::apply, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&, const stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2267:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_mvmer_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4058:31: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = double; T7__ = double; T8__ = double; T9__ = double; T10__ = double; T12__ = double; T13__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9678:20: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::exp >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::exp >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2994:31: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_gauss(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4417:44: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: required from 'stan::math::inv >(const Eigen::Matrix&):: [with auto:220 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2999:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_gauss(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4417:44: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::inv >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::inv >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2999:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_gauss(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4417:44: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_sqrt.hpp:64:53: required from 'stan::math::inv_sqrt >(const Eigen::Matrix&):: [with auto:313 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:3265:40: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_inv_gaussian(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4429:55: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::inv_sqrt >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::inv_sqrt >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:3265:40: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_inv_gaussian(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4429:55: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2451:35: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4435:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::Phi_fun; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2456:31: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4435:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/atan.hpp:61:52: required from 'stan::math::atan >(const Eigen::Matrix&):: [with auto:226 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2462:55: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4435:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::atan >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::atan >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2462:55: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4435:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, const Eigen::ArrayWrapper > > >&>(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&):: [with auto:13 = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, const Eigen::ArrayWrapper > > >&>(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&)::; Args = {const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2462:38: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4435:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:2462:38: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4435:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:2462:38: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4435:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:18: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:2461:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4435:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:21: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:2461:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4435:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:32: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:2461:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4435:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:42: required from 'stan::math::inv_cloglog >(const Eigen::Matrix&):: [with auto:312 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2473:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4435:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:39: required from 'stan::math::inv_cloglog >(const Eigen::Matrix&):: [with auto:312 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2473:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4435:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:39: required from 'stan::math::inv_cloglog >(const Eigen::Matrix&):: [with auto:312 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2473:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4435:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::inv_cloglog >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::inv_cloglog >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2473:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4435:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::evaluate_mu(const T0__&, const int&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9913:24: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:46: required from 'stan::math::matrix_d stan::math::multiply_lower_tri_self_transpose(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_matrix_dynamic_t* = 0; stan::require_not_st_autodiff* = 0; matrix_d = Eigen::Matrix]' stan_files/mvmer.hpp:10048:64: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:268:7: required from 'Eigen::MapBase::ScalarWithConstIfNotLvalue& Eigen::MapBase::coeffRef(Eigen::Index) [with Derived = Eigen::Block, -1, 1, true>; ScalarWithConstIfNotLvalue = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:367:25: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; VectorY = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:895:24: required from 'void Eigen::internal::tridiagonal_qr_step(RealScalar*, RealScalar*, Index, Index, Scalar*, Index) [with int StorageOrder = 0; RealScalar = double; Scalar = double; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:548:87: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::min_coeff_visitor, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:323:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:496:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:563:35: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:125: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:74: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:50: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:507:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/mvmer.hpp:10002:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:9232:60: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9237:73: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lkj_corr_cholesky_lpdf.hpp:39:47: required from 'stan::return_type_t stan::math::lkj_corr_cholesky_lpdf(const T_covar&, const T_shape&) [with bool propto = false; T_covar = Eigen::Matrix; T_shape = double; stan::return_type_t = double]' stan_files/mvmer.hpp:9237:73: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0>, -1, 1, false> > >(const Eigen::ArrayWrapper, 0>, -1, 1, false> >&):: [with auto:169 = Eigen::ArrayWrapper, 0>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9237:73: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:199:45: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:31:9: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/mvmer.hpp:2191:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_mvmer_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:35:50: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:50:50: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:52:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:58:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:61:32: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:61:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4037:25: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_mvmer_namespace::make_beta(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const T5__&, const std::vector&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const int&, const T12__&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = double; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = stan::math::var_value; T10__ = stan::math::var_value; T12__ = double; T13__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, T5__, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8764:20: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:40: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4509:41: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4509:41: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:96:35: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4509:41: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:59: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4509:41: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:70:40: required from 'stan::return_type_t stan::math::lognormal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4516:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square >(const Eigen::Array&):: [with auto:239 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4516:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:74:63: required from 'stan::return_type_t stan::math::lognormal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4516:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:87:37: required from 'stan::return_type_t stan::math::lognormal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4516:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:89:35: required from 'stan::return_type_t stan::math::lognormal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4516:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:89:62: required from 'stan::return_type_t stan::math::lognormal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4516:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:96:46: required from 'stan::return_type_t stan::math::lognormal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4516:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:96:51: required from 'stan::return_type_t stan::math::lognormal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4516:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4521:43: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4530:19: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:60: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/mvmer.hpp:3122:47: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> model_mvmer_namespace::GammaReg(const T0__&, const T1__&, const T2__&, const int&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T4__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4530:19: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4530:19: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:31:9: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/mvmer.hpp:3122:47: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> model_mvmer_namespace::GammaReg(const T0__&, const T1__&, const T2__&, const int&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T4__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4530:19: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4530:19: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:31:9: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/mvmer.hpp:3128:58: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> model_mvmer_namespace::GammaReg(const T0__&, const T1__&, const T2__&, const int&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T4__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4530:19: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:180:30: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4538:25: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: required by substitution of 'template using plain_type_t = typename stan::plain_type::type [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:179:9: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/mvmer.hpp:3315:57: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, typename stan::base_type::type> model_mvmer_namespace::inv_gaussian(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T3__ = double; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4538:25: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:183:47: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4538:25: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:110:66: required from 'stan::math::value_of_rec, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:1 = const Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4548:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&>(const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&):: [with auto:13 = const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&>(const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::; Args = {const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4548:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:63:10: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4548:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:63:41: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4548:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:72:38: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4548:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:77:53: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4548:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:77:44: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4548:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:76:18: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4548:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:85:72: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4548:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:85:56: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4548:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:85:34: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4548:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:83:22: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4548:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4553:31: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:149:72: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = double; Mat = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:2462:38: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4553:31: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:149:53: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4553:31: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4553:31: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:148:9: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = double; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/mvmer.hpp:2461:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_mvmer_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:4553:31: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:150:47: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4553:31: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: required from 'stan::math::exp >(const Eigen::Array&):: [with auto:215 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4574:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:74:38: required from 'stan::return_type_t stan::math::poisson_log_lpmf(const T_n&, const T_log_rate&) [with bool propto = false; T_n = std::vector; T_log_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4574:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:79:30: required from 'stan::return_type_t stan::math::poisson_log_lpmf(const T_n&, const T_log_rate&) [with bool propto = false; T_n = std::vector; T_log_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4574:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4574:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:83:39: required from 'stan::return_type_t stan::math::poisson_log_lpmf(const T_n&, const T_log_rate&) [with bool propto = false; T_n = std::vector; T_log_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4574:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_binary.hpp:60:51: required from 'stan::math::apply_scalar_binary, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::&&):: [with auto:59 = stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::; auto:60 = const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >; auto:61 = const Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4578:52: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:115:7: required from 'class stan::math::Holder, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:312:16: required from 'auto stan::math::internal::make_holder_impl_construct_object(T&&, std::index_sequence, const std::tuple&) [with T = Eigen::CwiseBinaryOp, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >; long unsigned int ...Is = {0}; Args = {stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:330:43: required from 'auto stan::math::internal::make_holder_impl(const F&, std::index_sequence, Args&& ...) [with F = stan::math::apply_scalar_binary, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::&&)::; long unsigned int ...Is = {0, 1, 2}; Args = {stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:353:36: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4578:52: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_lpmf.hpp:78:39: required from 'stan::return_type_t stan::math::poisson_lpmf(const T_n&, const T_rate&) [with bool propto = false; T_n = std::vector; T_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4578:52: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_lpmf.hpp:78:52: required from 'stan::return_type_t stan::math::poisson_lpmf(const T_n&, const T_rate&) [with bool propto = false; T_n = std::vector; T_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4578:52: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&>(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&):: [with auto:13 = const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&>(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::; Args = {const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4683:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log >(const Eigen::Array&):: [with auto:169 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4683:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:90:27: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4683:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:44: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4683:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:65: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4683:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:35: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4683:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: required from 'stan::math::inv >(const Eigen::Array&):: [with auto:220 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4683:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4683:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4683:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4683:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:45: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4683:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4683:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4699:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:65: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4699:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4699:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4699:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:82:26: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4750:52: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2109:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2109:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:28: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2109:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:35: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2109:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:27: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2109:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:52: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2109:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:35: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2109:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:105:23: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2109:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:42: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2109:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&):: [with auto:13 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2120:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2120:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:27: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2120:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2120:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2120:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:52: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2120:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:28: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2120:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:35: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2120:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2120:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2120:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2120:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:43: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2120:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2120:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2122:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:27: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2122:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:2122:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:52: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2122:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:28: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2122:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:35: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2122:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2122:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2122:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2122:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:43: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2122:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2122:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/accumulator.hpp:135:50: required from 'stan::math::var stan::math::accumulator::type>::value, void>::type>::sum() const [with T = stan::math::var_value; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type; stan::math::var = stan::math::var_value]' stan_files/mvmer.hpp:9263:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, false>; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, false>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:37:52: required from 'stan::math::matrix_d stan::math::multiply_lower_tri_self_transpose(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_matrix_dynamic_t* = 0; stan::require_not_st_autodiff* = 0; matrix_d = Eigen::Matrix]' stan_files/mvmer.hpp:10048:64: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:453:45: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:372:86: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:34:74: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:35:60: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:35:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, 1, -1, false>, 0>; Derived = Eigen::Block, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:501:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:90: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, -1, -1, false>, 2>, Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:550:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:561:27: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:70:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:89:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:89:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:89:62: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:96:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:96:46: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:96:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, const Eigen::ArrayWrapper > > >&>(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&):: [with auto:13 = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, const Eigen::ArrayWrapper > > >&>(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&)::; Args = {const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:3122:47: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:3122:47: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:3122:47: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log >(const Eigen::Matrix&):: [with auto:169 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::log >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::log >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:3128:58: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:3128:58: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:45:13: required from 'auto stan::math::subtract(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:3315:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:19: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:3315:36: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:3315:36: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:3315:36: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/mvmer.hpp:3315:36: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:66:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:85:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:85:56: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:85:34: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:4548:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; T3__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:83:22: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = std::vector; T_prob = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:4548:56: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; T3__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:74:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:83:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_binary.hpp:60:51: required from 'stan::math::apply_scalar_binary, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::&&):: [with auto:59 = stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::; auto:60 = const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >; auto:61 = const Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:115:7: required from 'class stan::math::Holder, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:312:16: required from 'auto stan::math::internal::make_holder_impl_construct_object(T&&, std::index_sequence, const std::tuple&) [with T = Eigen::CwiseBinaryOp, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >; long unsigned int ...Is = {0}; Args = {stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:330:43: required from 'auto stan::math::internal::make_holder_impl(const F&, std::index_sequence, Args&& ...) [with F = stan::math::apply_scalar_binary, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::&&)::; long unsigned int ...Is = {0, 1, 2}; Args = {stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:353:36: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_lpmf.hpp:78:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_lpmf.hpp:78:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:169 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: required from 'stan::math::inv, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:220 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:82:26: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:100:47: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/ref_type.hpp:42:38: required from 'struct stan::ref_type_if, -1>, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/ref_type.hpp:57:7: required by substitution of 'template using ref_type_if_t = typename stan::ref_type_if::type [with bool Condition = false; T = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:50:9: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1>; T_scale_succ = Eigen::Matrix; T_scale_fail = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/mvmer.hpp:2109:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; T2__ = Eigen::Matrix; T3__ = Eigen::Matrix; T4__ = Eigen::Matrix; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, -1>&>(const Eigen::VectorBlock, -1>&):: [with auto:13 = const Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, -1, 1, false> > >(const Eigen::ArrayWrapper, -1, 1, false> >&):: [with auto:169 = Eigen::ArrayWrapper, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_fun; T = Eigen::ArrayWrapper, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:27: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:61: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:105:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:21: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:42: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:53:48: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:388:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/advi.hpp:223:11: required from 'double stan::variational::advi::adapt_eta(Q&, int, stan::callbacks::logger&) const [with Model = model_mvmer_namespace::model_mvmer; Q = stan::variational::normal_meanfield; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/advi.hpp:468:13: required from 'int stan::variational::advi::run(double, bool, int, double, int, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) const [with Model = model_mvmer_namespace::model_mvmer; Q = stan::variational::normal_meanfield; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/experimental/advi/meanfield.hpp:82:15: required from 'int stan::services::experimental::advi::meanfield(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, double, double, bool, int, int, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:900:18: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:268:34: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, true>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, true>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, true>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, true>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, 0>, -1, 1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:54: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:523:57: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 16, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:280:48: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Func = generic_product_impl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 5>::set]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:317:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, true>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:306:38: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:310:42: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:314:45: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:511:85: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, -1, 1, true>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:9: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:522:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:522:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Map, 0, Eigen::Stride<0, 0> >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_self.hpp:31:23: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >; U = Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4530:19: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4530:19: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >; U = Eigen::Map, 0, Eigen::Stride<0, 0> >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4530:19: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:46: required from 'stan::math::matrix_d stan::math::multiply_lower_tri_self_transpose(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_matrix_dynamic_t* = 0; stan::require_not_st_autodiff* = 0; matrix_d = Eigen::Matrix]' stan_files/mvmer.hpp:10048:64: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CommaInitializer.h:159:10: required from 'Eigen::CommaInitializer Eigen::DenseBase::operator<<(const Eigen::DenseBase&) [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:10: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:28: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, 1, -1, false>; Rhs = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:507:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:199:45: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:113:25: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9229:63: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:82:38: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:9232:60: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, false>; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, false>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:37:52: required from 'stan::math::matrix_d stan::math::multiply_lower_tri_self_transpose(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_matrix_dynamic_t* = 0; stan::require_not_st_autodiff* = 0; matrix_d = Eigen::Matrix]' stan_files/mvmer.hpp:10048:64: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>; U = Eigen::Block >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:166:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, false>; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, false>; Derived = Eigen::Block, -1, 1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:372:86: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:15: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:469:72: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:469:55: required from 'static void Eigen::internal::generic_product_impl::eval_dynamic_impl(Dst&, const LhsT&, const RhsT&, const Func&, const Scalar&, Eigen::internal::true_type) [with Dst = Eigen::Matrix; LhsT = Eigen::Matrix; RhsT = Eigen::Transpose >; Func = Eigen::internal::assign_op; Scalar = double; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:446:22: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Array; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Array; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Array; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Array; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::Array; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:82:38: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4509:41: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/lognormal_lpdf.hpp:74:44: required from 'stan::return_type_t stan::math::lognormal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4516:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:90:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4683:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4683:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:4699:46: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> model_mvmer_namespace::beta_custom_lpdf(const T0__&, const int&, const T2__&, const T3__&, const T4__&, const std::vector >&, const std::vector&, const std::vector >&, const std::vector&, const T9__&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T4__ = double; T5__ = stan::math::var_value; T6__ = stan::math::var_value; T7__ = stan::math::var_value; T8__ = stan::math::var_value; T9__ = double; T10__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T4__, T5__, typename boost::math::tools::promote_args::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:16: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2109:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2120:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2120:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2122:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/mvmer.hpp:2122:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_mvmer_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:90: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:57: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:64:57: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:73:50: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:123:11: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' stan_files/mvmer.hpp:3122:24: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' stan_files/mvmer.hpp:3127:47: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' stan_files/mvmer.hpp:3128:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:76:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::ArrayWrapper >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::ArrayWrapper >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::ArrayWrapper >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::ArrayWrapper >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::ArrayWrapper >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_lpmf.hpp:71:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9175:49: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9220:43: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, 0>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::ArrayWrapper, 0>, -1, 1, false> > >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9237:73: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>; Rhs = Eigen::Transpose >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 1; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:36:22: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:8909:50: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:45:22: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:8909:50: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/broadcast_array.hpp:32:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4509:41: required from 'stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> model_mvmer_namespace::glm_lpdf(const T0__&, const std::vector&, const T2__&, const std::vector&, const int&, const int&, const T6__&, const T7__&, const T8__&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, 1>; T3__ = stan::math::var_value; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T8__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T3__, T6__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseNullaryOp, Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseNullaryOp, Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseNullaryOp, Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseNullaryOp, Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseNullaryOp, Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/broadcast_array.hpp:32:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4855:57: required from 'stan::promote_args_t model_mvmer_namespace::aux_lpdf(const T0__&, const int&, const T2__&, const T3__&, std::ostream*) [with bool propto__ = false; T0__ = stan::math::var_value; T2__ = double; T3__ = double; stan::require_all_t, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9051:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:74: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = false; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:337: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h: In instantiation of 'static void Eigen::internal::selfadjoint_matrix_vector_product::run(Index, const Scalar*, Index, const Scalar*, Scalar*, Scalar) [with Scalar = double; Index = long int; int StorageOrder = 0; int UpLo = 1; bool ConjugateLhs = false; bool ConjugateRhs = false; int Version = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:229:7: required from 'static void Eigen::internal::selfadjoint_product_impl::run(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; int LhsMode = 17; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:805:109: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int ProductTag = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:62:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 62 | conj_helper::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, IsRowMajor), ConjugateRhs> pcj0; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:62:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:63:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 63 | conj_helper::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, !IsRowMajor), ConjugateRhs> pcj1; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:63:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, 1, false>; Derived = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:519:22: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Block, -1, 1, false>, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Map, 0, Eigen::Stride<0, 0> >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_self.hpp:31:23: required from 'stan::value_type_t stan::math::dot_self(const T&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; stan::require_eigen_t* = 0; stan::require_not_eigen_vt* = 0; stan::value_type_t = double]' stan_files/mvmer.hpp:3314:32: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:9019:41: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:114:15: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, false>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:32: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:166: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/Memory.h: In instantiation of 'Index Eigen::internal::first_default_aligned(const Scalar*, Index) [with Scalar = double; Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:89:68: required from 'static void Eigen::internal::selfadjoint_matrix_vector_product::run(Index, const Scalar*, Index, const Scalar*, Scalar*, Scalar) [with Scalar = double; Index = long int; int StorageOrder = 0; int UpLo = 1; bool ConjugateLhs = false; bool ConjugateRhs = false; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:229:7: required from 'static void Eigen::internal::selfadjoint_product_impl::run(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; int LhsMode = 17; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:805:109: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int ProductTag = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/Memory.h:500:60: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 500 | return first_aligned::alignment>(array, size); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:26:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:26:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, 1, false>, 1, 1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, 1, false>, 1, 1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, 1, false>, 1, 1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, 1, false>, 1, 1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, 1, false>, 1, 1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:184:17: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:328:36: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:328:36: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>; U = Eigen::Block >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block >, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block >, -1, 1, true>; Derived = Eigen::Block, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = true]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:346:25: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 1; bool ConjugateLhs = false; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = false; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> > >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, true>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:233:85: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:364:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:408:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:456:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:36:22: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:8909:50: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, false>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/diag_pre_multiply.hpp:45:22: required from 'auto stan::math::diag_pre_multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = Eigen::Matrix, -1, -1>; stan::require_vector_t* = 0; stan::require_matrix_t* = 0; stan::require_any_st_var* = 0]' stan_files/mvmer.hpp:8909:50: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:43: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 1; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = false; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Diagonal, 0>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:42: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = true]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:319:27: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:364:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:408:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:456:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::Stride<0, 0> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:379:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:379:80: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:379:59: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >; Dest = Eigen::Transpose, 1, -1, false> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:12: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:114:15: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:150:68: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:97:18: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:125:66: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:769:69: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator, Eigen::Transpose >, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = div_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::div_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:28: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:333:21: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:39:18: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:57: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:72: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = false; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:43: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:4222:28: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9795:26: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:151:29: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Diagonal, 0>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:42: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:48: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, 1, -1, true>, 1, -1, false>; int Mode = 5; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >; Rhs = const Eigen::Block, -1, -1, false>, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:22: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:379:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:379:80: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:379:59: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >; Dest = Eigen::Transpose, 1, -1, false> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:12: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, const Eigen::Block, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, const Eigen::Block, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:9820:34: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:9820:34: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 1>, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 1>, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:9820:34: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 1>; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 1>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:9820:34: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:301:29: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:54: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false> >, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false> >, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:4222:28: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9795:26: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 1>, Eigen::Matrix, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 1>, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 1>, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:9820:34: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:9820:34: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:4302:26: required from 'Eigen::Matrix::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type, -1, 1> model_mvmer_namespace::evaluate_eta(const T0__&, const std::vector >&, const std::vector >&, const std::vector&, const std::vector&, const std::vector&, const T6__&, const T7__&, const T8__&, const int&, const int&, const int&, const T12__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = double; T2__ = double; T5__ = double; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; T8__ = Eigen::Matrix; T12__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T5__, typename stan::base_type::type, typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type>::type = double; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9914:27: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:106: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:77: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >, 1, -1, true>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense >, Eigen::Matrix, 1>, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl >, Eigen::Matrix, 1>, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:52: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:9820:34: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:43: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Product >, Eigen::Matrix, 1>; Rhs = Eigen::Block, -1, 1, true>; Dest = Eigen::Block, -1, 1, true>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:9820:34: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>; Rhs = Eigen::Matrix; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:9820:34: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:127: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/mvmer.hpp:4223:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:8881:26: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:4222:28: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, -1> model_mvmer_namespace::make_b_matrix(const T0__&, const T1__&, const std::vector&, const std::vector&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:9795:26: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:9820:34: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:9820:34: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:9820:34: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:151:29: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_mvmer_namespace::model_mvmer; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, -1>; T2 = Eigen::Matrix, -1, -1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/mvmer.hpp:8908:39: required from 'stan::scalar_type_t model_mvmer_namespace::model_mvmer::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11772:47: required from 'T_ model_mvmer_namespace::model_mvmer::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_mvmer_namespace::model_mvmer; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, Eigen::Matrix, 1>, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:9820:34: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:114: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 33 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Derived = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Product >, Eigen::Matrix, 1>; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::Matrix, 1>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:9820:34: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >; SrcEvaluatorTypeT = Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_mvmer_namespace::model_mvmer; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, Eigen::Matrix, 1>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, Eigen::Matrix, 1>, -1, 1, true> >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Transpose >, Eigen::Matrix, 1>, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/mvmer.hpp:9820:34: required from 'void model_mvmer_namespace::model_mvmer::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/mvmer.hpp:11761:21: required from 'void model_mvmer_namespace::model_mvmer::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_mvmer_namespace::model_mvmer; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/mvmer.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/sum.hpp:32:18: required from 'stan::math::sum > >(const std::vector, arena_allocator > >&):: mutable [with auto:446 = stan::math::internal::callback_vari > >(const std::vector, arena_allocator > >&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::sum > >(const std::vector, arena_allocator > >&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/nuts/base_nuts.hpp:175:21: required from 'stan::mcmc::sample stan::mcmc::base_nuts::transition(stan::mcmc::sample&, stan::callbacks::logger&) [with Model = model_mvmer_namespace::model_mvmer; Hamiltonian = stan::mcmc::diag_e_metric; Integrator = stan::mcmc::expl_leapfrog; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/nuts/base_nuts.hpp:78:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from 'double stan::mcmc::diag_e_metric::T(stan::mcmc::diag_e_point&) [with Model = model_mvmer_namespace::model_mvmer; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:20:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_mvmer_namespace::model_mvmer; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_mvmer_namespace::model_mvmer; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from 'double stan::mcmc::diag_e_metric::T(stan::mcmc::diag_e_point&) [with Model = model_mvmer_namespace::model_mvmer; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:20:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_mvmer_namespace::model_mvmer; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_mvmer_namespace::model_mvmer; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_mvmer_namespace::model_mvmer; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_mvmer_namespace::model_mvmer; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_mvmer_namespace::model_mvmer; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_mvmer_namespace::model_mvmer; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_mvmer_namespace::model_mvmer; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_mvmer_namespace::model_mvmer; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_mvmer_namespace::model_mvmer; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_mvmer_namespace::model_mvmer; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ "/home/th798/R/R-devel/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/binomial.stan Wrote C++ file "stan_files/binomial.cc" /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I"../inst/include" -I"/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/rstan/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c stan_files/binomial.cc -o stan_files/binomial.o In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/rstaninc.hpp:3, from stan_files/binomial.hpp:18, from stan_files/binomial.cc:3: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:222:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 222 | template<> struct unpacket_traits { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:228:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 228 | template<> struct unpacket_traits { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1124:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1124 | ptranspose(PacketBlock& kernel) { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1129:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1129 | ptranspose(PacketBlock& kernel) { | ^ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:18, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/shared_ptr.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/date_time/time_clock.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/date_time/posix_time/posix_time_types.hpp:10, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:15, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/rstaninc.hpp:4: /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 361 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) | ^~~~~~~~ In file included from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/memory:76, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:7: /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:251:65: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 251 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:508:31: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 508 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:521:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 521 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:604:34: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 604 | shared_ptr & operator=( std::auto_ptr & r ) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:613:34: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 613 | shared_ptr & operator=( std::auto_ptr && r ) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:615:38: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 615 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:19:52: required from 'struct Eigen::internal::traits > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolverBase.h:68:7: required from 'class Eigen::SolverBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:59:49: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:69:42: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true>, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:17: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:244 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:244 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::ceil >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::ceil >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_minCoeff, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_minCoeff, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_minCoeff, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_minCoeff, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim.hpp:15, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/dump.hpp:7, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:43: /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp: At global scope: /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:111:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 111 | public std::iterator { | ^~~~~~~~ In file included from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_algobase.h:65, from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/specfun.h:45, from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/cmath:1935, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/platform/compiler.h:100, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/r/headers.h:66, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/RcppCommon.h:30, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp.h:27, from stan_files/binomial.cc:1: /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:149:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 149 | public std::iterator { | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:204:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 204 | public std::iterator { | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-devel/library/BH/include/boost/get_pointer.hpp:48:40: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 48 | template T * get_pointer(std::auto_ptr const& p) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 5>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/hmm_latent_rng.hpp:83:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1>, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::TriangularView >, 2>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::TriangularView >, 2>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::TriangularView >, 2>, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:32: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 6>, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: recursively required by substitution of 'template const Eigen::internal::triangular_solve_retval >, 6>, Other> Eigen::TriangularViewImpl >, 6, Eigen::Dense>::solve(const Eigen::MatrixBase&) const [with int Side = ; Other = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lgamma.hpp:120:50: required from 'auto stan::math::lgamma(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_not_var_matrix_t* = 0; stan::require_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:28:50: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:28:27: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:46: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:32:23: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: recursively required by substitution of 'template static std::true_type stan::is_base_pointer_convertible >::f(const Eigen::EigenBase*) [with OtherDerived = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: required from 'struct stan::is_eigen >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:301:19: required by substitution of 'template class stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type> [with T = Eigen::SparseMatrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:129:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:814:9: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:419:57: required from 'const auto& stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::val() const [with T = Eigen::SparseMatrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:169 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:169 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, 0>, void>::apply, 0> >(const Eigen::Diagonal, 0>&):: >(const Eigen::Diagonal, 0>&, const stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, 0>, void>::apply, 0> >(const Eigen::Diagonal, 0>&):: >(const Eigen::Diagonal, 0>&, const stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:278:47: required from 'struct Eigen::internal::traits, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:18:7: required from 'class Eigen::DiagonalBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:293:7: required from 'class Eigen::DiagonalWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>&>(const Eigen::Matrix, -1, 1>&):: [with auto:11 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::value_of, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::; Args = {const Eigen::Matrix, -1, 1, 0, -1, 1>&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:73:21: required from 'auto stan::math::value_of(EigMat&&) [with EigMat = const Eigen::Matrix, -1, 1>&; stan::require_eigen_dense_base_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:99:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:182:62: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:183:66: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:197:60: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:198:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:263:18: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:351:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:351:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:459:69: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:71: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:370:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_matrix.hpp:133:17: required from 'auto stan::math::to_matrix(const std::vector&, int, int) [with T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/read_dense_inv_metric.hpp:33:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:27:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:29:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:29:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:27:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:28:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:28:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue_varmat.hpp:145:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >' ../inst/include/CODOLS.hpp:30:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = double; Mat = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/binomial.hpp:3390:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:102:18: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; LP = double; Sizes = {int}; T = double]' stan_files/binomial.hpp:3606:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:83:26: required from 'auto stan::math::lb_constrain(T&&, L&&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = const int&; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:388:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; LP = double; Sizes = {int}; T = double]' stan_files/binomial.hpp:3606:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:83:26: required from 'auto stan::math::lb_constrain(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:175:49: required from 'auto stan::math::lb_constrain(const std::vector&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_not_std_vector_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LB = int; LP = double; Sizes = {int, int}; T = double]' stan_files/binomial.hpp:3620:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:102:18: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:177:26: required from 'auto stan::math::lb_constrain(const std::vector&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_not_std_vector_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LB = int; LP = double; Sizes = {int, int}; T = double]' stan_files/binomial.hpp:3620:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_constrain.hpp:133:26: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_eigen_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_not_var_t::type>* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; UB = int; LP = double; Sizes = {int}; T = double]' stan_files/binomial.hpp:3657:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_constrain.hpp:122:18: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_eigen_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_not_var_t::type>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; UB = int; LP = double; Sizes = {int}; T = double]' stan_files/binomial.hpp:3657:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:3723:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:3723:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/binomial.hpp:3800:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: [with auto:218 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/binomial.hpp:3799:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: [with auto:218 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/binomial.hpp:3799:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&, const stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&, const stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/binomial.hpp:3799:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:3798:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:3797:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:3796:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:3811:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:3810:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:3809:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:3885:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:3884:26: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:158:49: required from 'stan::model::rvalue&>(Eigen::Matrix&, const char*, const index_multi&):: [with auto:703 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::model::rvalue&>(Eigen::Matrix&, const char*, const index_multi&)::; Args = {Eigen::Matrix&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:156:33: required from 'auto stan::model::rvalue(EigVec&&, const char*, const index_multi&) [with EigVec = Eigen::Matrix&; stan::require_eigen_vector_t* = 0]' stan_files/binomial.hpp:3898:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:3897:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:187:21: required from 'auto stan::model::rvalue(Vec&&, const char*, index_min_max) [with Vec = Eigen::Matrix&; stan::require_vector_t* = 0; stan::require_not_std_vector_t* = 0]' stan_files/binomial.hpp:3931:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = double; Mat = Eigen::VectorBlock, -1>; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/binomial.hpp:3928:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:4017:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:107:13: required from 'auto stan::math::multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix; stan::require_all_eigen_vt* = 0; stan::require_not_eigen_row_and_col_t* = 0]' stan_files/binomial.hpp:4025:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:4024:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:4035:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:4044:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:21: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:4055:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:32: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:4055:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:35: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:11: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:11: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar&>(const std::vector&)::; Args = {const std::vector >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:72:21: required from 'auto stan::math::as_array_or_scalar(T&&) [with T = const std::vector&; stan::require_std_vector_t* = 0; stan::require_not_std_vector_t::type>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:39: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:43: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:55: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/fabs.hpp:67:51: required from 'stan::math::fabs, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >(const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >&):: [with auto:9 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::fabs, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >(const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >&)::; T2 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >; stan::require_t::type> >* = 0; T = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/fabs.hpp:66:46: required from 'auto stan::math::fabs(const Container&) [with Container = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:37: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >(const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >&):: [with auto:169 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >(const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >&)::; T2 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >; stan::require_t::type> >* = 0; T = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:49:25: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:75: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:32: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lgamma.hpp:120:50: required from 'auto stan::math::lgamma(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_not_var_matrix_t* = 0; stan::require_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:29: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:280:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:280:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:22: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:31:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:110:66: required from 'stan::math::value_of_rec, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&):: [with auto:1 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::value_of_rec, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::; Args = {Eigen::Map, 0, Eigen::Stride<0, 0> >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:108:21: required from 'auto stan::math::value_of_rec(T&&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; = void; = void]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_greater_or_equal.hpp:157:30: required from 'void stan::math::check_greater_or_equal(const char*, const char*, const T_y&, const T_low&, Idxs ...) [with T_y = std::vector; T_low = int; stan::require_vector_t* = 0; stan::require_not_std_vector_vt* = 0; stan::require_stan_scalar_t* = 0; Idxs = {}]' stan_files/binomial.hpp:1922:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:13 = const Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; Args = {const Eigen::Map, 0, Eigen::Stride<0, 0> >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: required from 'auto stan::math::as_array_or_scalar(T&&) [with T = const Eigen::Map, 0, Eigen::Stride<0, 0> >&; = void; stan::require_not_eigen_array_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_greater_or_equal.hpp:157:49: required from 'void stan::math::check_greater_or_equal(const char*, const char*, const T_y&, const T_low&, Idxs ...) [with T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_low = int; stan::require_vector_t* = 0; stan::require_not_std_vector_vt* = 0; stan::require_stan_scalar_t* = 0; Idxs = {}]' stan_files/binomial.hpp:2213:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:181:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:181:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:182:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:117:39: required from 'TupleT stan::math::internal::grad_2F1_impl_ab(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:204:78: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:62:1: required by substitution of 'template typename Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::CastXpr::Type Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::cast() const [with NewType = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:38: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:142:28: required from 'bool Eigen::DenseBase::hasNaN() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:40: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:31:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:142:28: required from 'bool Eigen::DenseBase::hasNaN() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:40: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:30:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/binomial.hpp:3972:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:79:21: required from 'auto stan::math::subtract(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:29: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/binomial.hpp:4359:26: required from 'void model_binomial_namespace::model_binomial::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4839:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:79:32: required from 'auto stan::math::subtract(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:29: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/binomial.hpp:4359:26: required from 'void model_binomial_namespace::model_binomial::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4839:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/binomial.hpp:4359:26: required from 'void model_binomial_namespace::model_binomial::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4839:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/binomial.hpp:4359:26: required from 'void model_binomial_namespace::model_binomial::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4839:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&, const stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&, const stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/binomial.hpp:4359:26: required from 'void model_binomial_namespace::model_binomial::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4839:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:13: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:29: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/binomial.hpp:4474:27: required from 'void model_binomial_namespace::model_binomial::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4839:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:32: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:29: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/binomial.hpp:4474:27: required from 'void model_binomial_namespace::model_binomial::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4839:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/binomial.hpp:4474:27: required from 'void model_binomial_namespace::model_binomial::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4839:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/binomial.hpp:4474:27: required from 'void model_binomial_namespace::model_binomial::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4839:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&):: >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&, const stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/binomial.hpp:4474:27: required from 'void model_binomial_namespace::model_binomial::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4839:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:29: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/binomial.hpp:4474:27: required from 'void model_binomial_namespace::model_binomial::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4839:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:29: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/binomial.hpp:4474:27: required from 'void model_binomial_namespace::model_binomial::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4839:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:113:51: required from 'stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: [with auto:341 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/binomial.hpp:4474:27: required from 'void model_binomial_namespace::model_binomial::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4839:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:113:74: required from 'stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: [with auto:341 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/binomial.hpp:4474:27: required from 'void model_binomial_namespace::model_binomial::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4839:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: >(const Eigen::Matrix&, const stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: >(const Eigen::Matrix&, const stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/binomial.hpp:4474:27: required from 'void model_binomial_namespace::model_binomial::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4839:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:115:7: required from 'class stan::math::Holder, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:312:16: required from 'auto stan::math::internal::make_holder_impl_construct_object(T&&, std::index_sequence, const std::tuple&) [with T = Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >; long unsigned int ...Is = {0}; Args = {Eigen::Matrix}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:330:43: required from 'auto stan::math::internal::make_holder_impl(const F&, std::index_sequence, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; long unsigned int ...Is = {0}; Args = {Eigen::Matrix}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:353:36: required from 'auto stan::math::make_holder(const F&, Args&& ...) [with F = logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_not_plain_type_t()((declval)()...))>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/binomial.hpp:4474:27: required from 'void model_binomial_namespace::model_binomial::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4839:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:467:22: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:468:16: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:475:61: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:72:102: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:92:109: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:92:109: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CommaInitializer.h:159:10: required from 'Eigen::CommaInitializer Eigen::DenseBase::operator<<(const Eigen::DenseBase&) [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:10: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:451:40: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:73: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:45:80: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:166:82: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:53: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:191:25: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:2961:74: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:2961:74: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:192:54: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:2961:74: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:193:37: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:2961:74: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:2961:74: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:2961:74: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:197:56: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:2961:74: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:197:64: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:2961:74: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&):: [with auto:11 = const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:2961:74: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:52: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:2961:74: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:58: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:2961:74: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:61: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:2961:74: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:160:48: required from 'auto stan::math::lb_constrain(const T&, const L&) [with T = Eigen::Matrix, -1, 1>; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:175:49: required from 'auto stan::math::lb_constrain(const std::vector&, const L&, stan::return_type_t&) [with T = Eigen::Matrix, -1, 1>; L = int; stan::require_not_std_vector_t* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int, int}; T = stan::math::var_value]' stan_files/binomial.hpp:2974:28: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:160:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int, int}; T = stan::math::var_value]' stan_files/binomial.hpp:2974:28: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:160:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int, int}; T = stan::math::var_value]' stan_files/binomial.hpp:2974:28: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:195:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:196:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:215:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:215:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1> >&>(arena_matrix, -1, 1> >&):: [with auto:11 = stan::math::arena_matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:56: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:63: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:31: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_exp_fun; T = stan::math::arena_matrix, void>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:42: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:35: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:22: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:219:34: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:219:48: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:38: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:45: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:66: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:59: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:44: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:38: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:31: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:20: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:231:39: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:163:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/binomial.hpp:3005:64: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Map, 0, Eigen::Stride<0, 0> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3040:53: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:35:54: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3040:53: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:49:54: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3040:53: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:51:47: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3040:53: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:51:50: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3040:53: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:57:48: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3040:53: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:24: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/binomial.hpp:3040:28: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:32: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/binomial.hpp:3040:28: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:35: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/binomial.hpp:3040:28: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:148:9: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/binomial.hpp:3040:28: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:150:47: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/binomial.hpp:3040:28: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:152:61: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/binomial.hpp:3040:28: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:145:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3117:49: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:163:40: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3117:49: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:170:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3117:49: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:172:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3117:49: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:30:69: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3115:49: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3115:49: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3114:47: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3128:51: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3202:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:30:69: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3214:35: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> > > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3214:35: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&):: [with auto:11 = const Eigen::VectorBlock, -1, 1>, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:168:61: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::VectorBlock, -1, 1>, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3245:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:34:44: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; Types = {Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:36:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:66: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:54: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:38: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:54: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:53: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:37: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&):: [with auto:11 = stan::math::arena_matrix, -1, -1>, void>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:66:48: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; Types = {Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:65:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:46: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:95:50: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3285:52: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:95:50: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3285:52: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:47: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3285:52: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:128:39: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3285:52: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:135:47: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3285:52: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:114:9: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::Matrix, -1, 1>; stan::require_all_rev_matrix_t* = 0]' stan_files/binomial.hpp:3304:30: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:117:39: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::Matrix, -1, 1>; stan::require_all_rev_matrix_t* = 0]' stan_files/binomial.hpp:3304:30: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:113:47: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >; stan::require_all_rev_matrix_t* = 0]' stan_files/binomial.hpp:3316:34: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> > > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:114:9: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >; stan::require_all_rev_matrix_t* = 0]' stan_files/binomial.hpp:3316:34: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:223:33: required from 'auto stan::math::add(const Var&, const VarMat&) [with Var = var_value; VarMat = Eigen::Matrix, -1, 1>; stan::require_var_vt* = 0; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:250:13: required from 'auto stan::math::add(const VarMat&, const Var&) [with Var = var_value; VarMat = Eigen::Matrix, -1, 1>; stan::require_var_vt* = 0; stan::require_rev_matrix_t* = 0]' stan_files/binomial.hpp:3336:32: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::sqrt >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/binomial.hpp:1199:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3758:27: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:1197:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3758:27: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::square >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/binomial.hpp:1214:52: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3758:27: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:22: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:1224:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3758:27: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:13: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:1224:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3758:27: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:32: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:1224:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3758:27: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:1223:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3758:27: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:1223:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3758:27: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:1223:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3758:27: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&):: [with auto:218 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/binomial.hpp:1222:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3758:27: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/binomial.hpp:1222:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3758:27: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >, void>::apply, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&, const stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/binomial.hpp:1222:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3758:27: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:28:12: required from 'auto stan::math::multiply(const Mat&, Scal) [with Mat = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Scal = double; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/binomial.hpp:1228:32: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3758:27: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/binomial.hpp:1299:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3782:33: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/binomial.hpp:1299:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3782:33: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::Matrix, const Eigen::Matrix >, void>::apply, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&, const stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/binomial.hpp:1299:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3782:33: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/segment.hpp:26:19: required from 'auto stan::math::segment(const Vec&, size_t, size_t) [with Vec = Eigen::Matrix; stan::require_vector_t* = 0; size_t = long unsigned int]' stan_files/binomial.hpp:813:52: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_binomial_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3942:25: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:817:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_binomial_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3942:25: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:817:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_binomial_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3942:25: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:107:13: required from 'auto stan::math::multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::VectorBlock, -1>; stan::require_all_eigen_vt* = 0; stan::require_not_eigen_row_and_col_t* = 0]' stan_files/binomial.hpp:1011:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_binomial_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3945:40: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/csr_matrix_times_vector.hpp:98:16: required from 'Eigen::Matrix::type, -1, 1> stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix; stan::require_all_not_rev_matrix_t* = 0; typename stan::return_type::type = double]' stan_files/binomial.hpp:4005:50: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_logit.hpp:88:53: required from 'auto stan::math::inv_logit(const T&) [with T = Eigen::Matrix; stan::require_not_var_matrix_t* = 0; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' stan_files/binomial.hpp:1483:35: required from 'Eigen::Matrix::type>::type, -1, 1> model_binomial_namespace::linkinv_binom(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4080:46: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Phi.hpp:71:47: required from 'auto stan::math::Phi(const T&) [with T = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/binomial.hpp:1488:31: required from 'Eigen::Matrix::type>::type, -1, 1> model_binomial_namespace::linkinv_binom(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4080:46: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/atan.hpp:61:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/atan.hpp:60:46: required from 'auto stan::math::atan(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/binomial.hpp:1494:55: required from 'Eigen::Matrix::type>::type, -1, 1> model_binomial_namespace::linkinv_binom(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4080:46: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::atan >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/atan.hpp:60:46: required from 'auto stan::math::atan(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/binomial.hpp:1494:55: required from 'Eigen::Matrix::type>::type, -1, 1> model_binomial_namespace::linkinv_binom(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4080:46: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, const Eigen::ArrayWrapper > > >&>(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&):: [with auto:13 = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:29: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:1494:38: required from 'Eigen::Matrix::type>::type, -1, 1> model_binomial_namespace::linkinv_binom(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4080:46: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:1494:38: required from 'Eigen::Matrix::type>::type, -1, 1> model_binomial_namespace::linkinv_binom(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4080:46: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:1494:38: required from 'Eigen::Matrix::type>::type, -1, 1> model_binomial_namespace::linkinv_binom(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4080:46: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:18: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:1493:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_binomial_namespace::linkinv_binom(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4080:46: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:21: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:1493:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_binomial_namespace::linkinv_binom(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4080:46: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:32: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/binomial.hpp:1493:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_binomial_namespace::linkinv_binom(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4080:46: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::exp >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/binomial.hpp:1500:35: required from 'Eigen::Matrix::type>::type, -1, 1> model_binomial_namespace::linkinv_binom(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4080:46: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:42: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/binomial.hpp:1505:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_binomial_namespace::linkinv_binom(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4080:46: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/binomial.hpp:1505:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_binomial_namespace::linkinv_binom(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4080:46: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/binomial.hpp:1505:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_binomial_namespace::linkinv_binom(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4080:46: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::inv_cloglog >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/binomial.hpp:1505:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_binomial_namespace::linkinv_binom(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4080:46: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, member_sum, 1>; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 2, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 2, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 2, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 2, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:203:15: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:251:78: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 2, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:217:20: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:251:78: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:268:34: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:100:15: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:106:17: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2256:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2256 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2258:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2258 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2259:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2259 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2259:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2298:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2298 | PacketBlock kernel_half; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2298:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2304 | PacketBlock kernel_quarter; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:113:15: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1920:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1920 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1921 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1977:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1977 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1978:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1978 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1979:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1979 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1980:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1980 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:155:52: required from 'void Eigen::internal::tribb_kernel::operator()(ResScalar*, Index, Index, const LhsScalar*, const RhsScalar*, Index, Index, const ResScalar&) [with LhsScalar = double; RhsScalar = double; Index = long int; int mr = 4; int nr = 4; bool ConjLhs = false; bool ConjRhs = false; int ResInnerStride = 1; int UpLo = 2; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:370:46: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:370:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:26: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 0>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:43: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:352:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:80: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:67: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:45:80: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:76:64: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_linesearch.hpp:247:23: required from 'int stan::optimization::WolfeLineSearch(FunctorType&, Scalar&, XType&, Scalar&, XType&, const XType&, const XType&, const Scalar&, const XType&, const Scalar&, const Scalar&, const Scalar&, const Scalar&, const Scalar&) [with FunctorType = ModelAdaptor; Scalar = double; XType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:209:28: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:78: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:64: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:52: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:47: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:24: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Product, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:55:20: required from 'void stan::optimization::BFGSUpdate_HInv::search_direction(VectorT&, const VectorT&) const [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:254:25: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:40: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:1223:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3075:27: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:31:9: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:1223:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3075:27: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:35:50: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:1223:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3075:27: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:50:50: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:1223:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3075:27: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:52:51: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:1223:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3075:27: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:58:44: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:1223:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3075:27: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:61:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:1223:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3075:27: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:61:52: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:1223:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_binomial_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3075:27: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:131:53: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/binomial.hpp:817:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_binomial_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3259:25: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:134:39: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/binomial.hpp:817:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_binomial_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3259:25: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:143:58: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/binomial.hpp:817:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_binomial_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3259:25: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:143:38: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/binomial.hpp:817:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_binomial_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3259:25: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:149:53: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/binomial.hpp:817:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_binomial_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3259:25: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:151:51: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/binomial.hpp:817:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_binomial_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3259:25: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, -1>&>(const Eigen::Matrix, -1, -1>&):: [with auto:11 = const Eigen::Matrix, -1, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:1011:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_binomial_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3262:40: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&):: [with auto:11 = const Eigen::VectorBlock, -1, 1>, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:1011:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_binomial_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3262:40: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:58:64: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3367:56: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:40: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3367:56: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3367:56: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:79:62: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3367:56: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:94:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3367:56: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:96:35: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3367:56: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:45: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3367:56: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:59: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3367:56: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&>(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&):: [with auto:13 = const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&>(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::; Args = {const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:60:68: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log >(const Eigen::Array&):: [with auto:169 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:81:68: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:85:23: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:90:27: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:53: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:44: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:65: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:28: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:35: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: required from 'stan::math::inv >(const Eigen::Array&):: [with auto:220 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:101:63: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:45: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:59:64: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3403:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:65: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3403:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3403:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3403:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3403:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:82:26: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3454:69: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:40: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3492:58: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3492:58: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:39: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:104:12: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:98:62: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:39: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:112:24: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:169 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:113:29: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:17: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:139:54: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:147:45: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:268:7: required from 'Eigen::MapBase::ScalarWithConstIfNotLvalue& Eigen::MapBase::coeffRef(Eigen::Index) [with Derived = Eigen::Block, -1, 1, true>; ScalarWithConstIfNotLvalue = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:367:25: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; VectorY = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:895:24: required from 'void Eigen::internal::tridiagonal_qr_step(RealScalar*, RealScalar*, Index, Index, Scalar*, Index) [with int StorageOrder = 0; RealScalar = double; Scalar = double; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:548:87: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::min_coeff_visitor, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:323:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:496:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:563:35: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:125: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:74: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:50: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:507:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:567:77: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/binomial.hpp:3972:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3367:56: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log > >(const Eigen::ArrayWrapper >&):: [with auto:169 = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: required from 'stan::math::inv > >(const Eigen::ArrayWrapper >&):: [with auto:220 = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:26: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&):: [with auto:13 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3403:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:169 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3403:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: required from 'stan::math::inv, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:220 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3403:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:26: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3403:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3403:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3403:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3403:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3403:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:82:26: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3454:69: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:100:47: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3454:69: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:40: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3492:58: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3492:58: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3499:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:147:45: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:199:45: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:1541:56: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:72:62: required from 'stan::return_type_t stan::math::binomial_logit_lpmf(const T_n&, const T_N&, const T_prob&) [with bool propto = false; T_n = std::vector; T_N = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1541:56: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::Array >&)::, const Eigen::CwiseUnaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::Array >&)::, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::Array >&)::, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::Array >&)::, const Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::Array >&)::, const Eigen::CwiseUnaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::CwiseUnaryOp, const Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:1541:56: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:77:38: required from 'stan::return_type_t stan::math::binomial_logit_lpmf(const T_n&, const T_N&, const T_prob&) [with bool propto = false; T_n = std::vector; T_N = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1541:56: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:78:50: required from 'stan::return_type_t stan::math::binomial_logit_lpmf(const T_n&, const T_N&, const T_prob&) [with bool propto = false; T_n = std::vector; T_N = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1541:56: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:78:32: required from 'stan::return_type_t stan::math::binomial_logit_lpmf(const T_n&, const T_N&, const T_prob&) [with bool propto = false; T_n = std::vector; T_N = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1541:56: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_binary.hpp:60:51: required from 'stan::math::apply_scalar_binary, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, binomial_coefficient_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, binomial_coefficient_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::&&):: [with auto:59 = stan::math::binomial_coefficient_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::; auto:60 = const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >; auto:61 = const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:1541:56: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, stan::math::binomial_coefficient_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, stan::math::binomial_coefficient_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, stan::math::binomial_coefficient_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:115:7: required from 'class stan::math::Holder, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, stan::math::binomial_coefficient_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:312:16: required from 'auto stan::math::internal::make_holder_impl_construct_object(T&&, std::index_sequence, const std::tuple&) [with T = Eigen::CwiseBinaryOp, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; long unsigned int ...Is = {0}; Args = {stan::math::binomial_coefficient_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:330:43: required from 'auto stan::math::internal::make_holder_impl(const F&, std::index_sequence, Args&& ...) [with F = stan::math::apply_scalar_binary, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, binomial_coefficient_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, binomial_coefficient_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::&&)::; long unsigned int ...Is = {0, 1, 2}; Args = {stan::math::binomial_coefficient_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:353:36: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:1541:56: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:88:19: required from 'stan::return_type_t stan::math::binomial_logit_lpmf(const T_n&, const T_N&, const T_prob&) [with bool propto = false; T_n = std::vector; T_N = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1541:56: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:88:59: required from 'stan::return_type_t stan::math::binomial_logit_lpmf(const T_n&, const T_N&, const T_prob&) [with bool propto = false; T_n = std::vector; T_N = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1541:56: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:88:41: required from 'stan::return_type_t stan::math::binomial_logit_lpmf(const T_n&, const T_N&, const T_prob&) [with bool propto = false; T_n = std::vector; T_N = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1541:56: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:93:11: required from 'stan::return_type_t stan::math::binomial_logit_lpmf(const T_n&, const T_N&, const T_prob&) [with bool propto = false; T_n = std::vector; T_N = std::vector; T_prob = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1541:56: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:1548:26: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:149:72: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = double; Mat = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/binomial.hpp:1494:38: required from 'Eigen::Matrix::type>::type, -1, 1> model_binomial_namespace::linkinv_binom(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:1548:26: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:149:53: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:1548:26: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:1548:26: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:148:9: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = double; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/binomial.hpp:1493:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_binomial_namespace::linkinv_binom(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:1548:26: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:150:47: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:1548:26: required from 'stan::promote_args_t::type> model_binomial_namespace::binom_lpmf(const std::vector&, const std::vector&, const T2__&, const int&, std::ostream*) [with bool propto__ = false; T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:1141:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:1141:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:35: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1141:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:27: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1141:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:52: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1141:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:35: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1141:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:105:23: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1141:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:42: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1141:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:1152:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:27: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1152:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1152:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:1152:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:52: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1152:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:35: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1152:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1152:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1152:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1152:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:43: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1152:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1152:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:1154:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:27: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1154:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:1154:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:52: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1154:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:28: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1154:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:35: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1154:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1154:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1154:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1154:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:43: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1154:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1154:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/accumulator.hpp:135:50: required from 'stan::math::var stan::math::accumulator::type>::value, void>::type>::sum() const [with T = stan::math::var_value; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type; stan::math::var = stan::math::var_value]' stan_files/binomial.hpp:3549:26: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:453:45: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:372:86: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:34:74: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:35:60: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:35:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, 1, -1, false>, 0>; Derived = Eigen::Block, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:501:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:90: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, -1, -1, false>, 2>, Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:550:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:561:27: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:72:62: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >(const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >&):: [with auto:169 = Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >&):: [with auto:169 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:77:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:78:50: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:78:32: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:88:19: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:88:59: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:88:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:92:17: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:94:17: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/binomial_logit_lpmf.hpp:93:11: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3357:45: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/ref_type.hpp:42:38: required from 'struct stan::ref_type_if, -1>, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/ref_type.hpp:57:7: required by substitution of 'template using ref_type_if_t = typename stan::ref_type_if::type [with bool Condition = false; T = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:50:9: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1>; T_scale_succ = Eigen::Matrix; T_scale_fail = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:1141:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; T2__ = Eigen::Matrix; T3__ = Eigen::Matrix; T4__ = Eigen::Matrix; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, -1>&>(const Eigen::VectorBlock, -1>&):: [with auto:13 = const Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, -1, 1, false> > >(const Eigen::ArrayWrapper, -1, 1, false> >&):: [with auto:169 = Eigen::ArrayWrapper, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_fun; T = Eigen::ArrayWrapper, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:27: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:61: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:105:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:21: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:42: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:53:48: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:388:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/advi.hpp:223:11: required from 'double stan::variational::advi::adapt_eta(Q&, int, stan::callbacks::logger&) const [with Model = model_binomial_namespace::model_binomial; Q = stan::variational::normal_meanfield; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/advi.hpp:468:13: required from 'int stan::variational::advi::run(double, bool, int, double, int, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) const [with Model = model_binomial_namespace::model_binomial; Q = stan::variational::normal_meanfield; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/experimental/advi/meanfield.hpp:82:15: required from 'int stan::services::experimental::advi::meanfield(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, double, double, bool, int, int, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:900:18: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:49:27: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/binomial.hpp:3351:40: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:60:46: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/binomial.hpp:3351:40: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:68:48: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/binomial.hpp:3351:40: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:268:34: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, true>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, true>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, true>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, true>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, 0>, -1, 1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:54: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:523:57: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 16, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:280:48: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Func = generic_product_impl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 5>::set]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:317:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, true>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:306:38: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:310:42: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:314:45: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:511:85: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, -1, 1, true>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:9: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:522:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:522:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CommaInitializer.h:159:10: required from 'Eigen::CommaInitializer Eigen::DenseBase::operator<<(const Eigen::DenseBase&) [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:10: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:28: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, 1, -1, false>; Rhs = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:507:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:567:77: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:199:45: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:82:38: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3367:56: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:90:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3403:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:113:25: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:3524:66: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>; U = Eigen::Block >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:166:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, false>; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, false>; Derived = Eigen::Block, -1, 1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:372:86: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:15: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3387:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/binomial.hpp:3403:63: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:469:72: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:469:55: required from 'static void Eigen::internal::generic_product_impl::eval_dynamic_impl(Dst&, const LhsT&, const RhsT&, const Func&, const Scalar&, Eigen::internal::true_type) [with Dst = Eigen::Matrix; LhsT = Eigen::Matrix; RhsT = Eigen::Transpose >; Func = Eigen::internal::assign_op; Scalar = double; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:446:22: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:16: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1141:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1152:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1152:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1154:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/binomial.hpp:1154:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_binomial_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:90: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:57: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:64:57: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:73:50: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:123:11: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/binomial.hpp:3541:43: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>; Rhs = Eigen::Transpose >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 1; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:292:8: required from 'struct Eigen::internal::evaluator > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseUtil.h:121:8: required from 'struct Eigen::internal::plain_object_eval >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseDenseProduct.h:187:104: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Matrix; int ProductType = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::SparseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/csr_matrix_times_vector.hpp:98:18: required from 'Eigen::Matrix::type, -1, 1> stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix; stan::require_all_not_rev_matrix_t* = 0; typename stan::return_type::type = double]' stan_files/binomial.hpp:4005:50: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:74: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = false; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:337: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h: In instantiation of 'static void Eigen::internal::selfadjoint_matrix_vector_product::run(Index, const Scalar*, Index, const Scalar*, Scalar*, Scalar) [with Scalar = double; Index = long int; int StorageOrder = 0; int UpLo = 1; bool ConjugateLhs = false; bool ConjugateRhs = false; int Version = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:229:7: required from 'static void Eigen::internal::selfadjoint_product_impl::run(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; int LhsMode = 17; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:805:109: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int ProductTag = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:62:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 62 | conj_helper::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, IsRowMajor), ConjugateRhs> pcj0; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:62:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:63:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 63 | conj_helper::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, !IsRowMajor), ConjugateRhs> pcj1; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:63:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, 1, false>; Derived = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:519:22: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Block, -1, 1, false>, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:32: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:166: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/Memory.h: In instantiation of 'Index Eigen::internal::first_default_aligned(const Scalar*, Index) [with Scalar = double; Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:89:68: required from 'static void Eigen::internal::selfadjoint_matrix_vector_product::run(Index, const Scalar*, Index, const Scalar*, Scalar*, Scalar) [with Scalar = double; Index = long int; int StorageOrder = 0; int UpLo = 1; bool ConjugateLhs = false; bool ConjugateRhs = false; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:229:7: required from 'static void Eigen::internal::selfadjoint_product_impl::run(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; int LhsMode = 17; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:805:109: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int ProductTag = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/Memory.h:500:60: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 500 | return first_aligned::alignment>(array, size); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:26:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:26:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, 1, false>, 1, 1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, 1, false>, 1, 1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, 1, false>, 1, 1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, 1, false>, 1, 1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, 1, false>, 1, 1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:184:17: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:328:36: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:328:36: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>; U = Eigen::Block >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block >, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block >, -1, 1, true>; Derived = Eigen::Block, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = true]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:346:25: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 1; bool ConjugateLhs = false; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = false; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> > >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, true>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:233:85: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:364:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:408:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:456:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Diagonal, 0>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:42: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = true]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:319:27: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:364:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:408:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:456:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:150:68: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:97:18: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:125:66: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:769:69: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:282:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseUtil.h:121:8: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::Stride<0, 0> >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseDenseProduct.h:187:104: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >; int ProductType = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::internal::generic_product_impl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::SparseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:23: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/binomial.hpp:3285:52: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator, Eigen::Transpose >, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = div_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::div_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:28: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:333:21: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:39:18: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:57: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:72: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:52: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:43: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/binomial.hpp:1010:30: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_binomial_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3945:40: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:151:29: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Diagonal, 0>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:42: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:48: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, 1, -1, true>, 1, -1, false>; int Mode = 5; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >; Rhs = const Eigen::Block, -1, -1, false>, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:22: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:301:29: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:54: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false> >, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false> >, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/binomial.hpp:1010:30: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_binomial_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3945:40: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:106: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:77: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/access_helpers.hpp:92:5: required from 'void stan::model::internal::assign_impl(T1&&, T2&&, const char*) [with T1 = Eigen::Matrix&; T2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >; stan::require_all_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/binomial.hpp:4023:30: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:127: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/binomial.hpp:1010:30: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_binomial_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:3945:40: required from 'void model_binomial_namespace::model_binomial::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4811:21: required from 'void model_binomial_namespace::model_binomial::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:151:29: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_binomial_namespace::model_binomial; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/binomial.hpp:3279:37: required from 'stan::scalar_type_t model_binomial_namespace::model_binomial::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/binomial.hpp:4822:47: required from 'T_ model_binomial_namespace::model_binomial::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_binomial_namespace::model_binomial; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:114: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 33 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Derived = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >; SrcEvaluatorTypeT = Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_binomial_namespace::model_binomial; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_binomial_namespace::model_binomial; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/binomial.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/sum.hpp:32:18: required from 'stan::math::sum > >(const std::vector, arena_allocator > >&):: mutable [with auto:446 = stan::math::internal::callback_vari > >(const std::vector, arena_allocator > >&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::sum > >(const std::vector, arena_allocator > >&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:40:30: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix >&; stan::require_rev_matrix_t* = 0; stan::require_not_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl >, 1024>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:47:31: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = Eigen::Map >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_not_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:47:34: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = Eigen::Map >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_not_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:32:49: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:32:30: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> > > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 0, Eigen::Stride<0, 0> >, 1024>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:33:37: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:33:40: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from 'double stan::mcmc::diag_e_metric::T(stan::mcmc::diag_e_point&) [with Model = model_binomial_namespace::model_binomial; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:20:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_binomial_namespace::model_binomial; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_binomial_namespace::model_binomial; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from 'double stan::mcmc::diag_e_metric::T(stan::mcmc::diag_e_point&) [with Model = model_binomial_namespace::model_binomial; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:20:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_binomial_namespace::model_binomial; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_binomial_namespace::model_binomial; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_binomial_namespace::model_binomial; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_binomial_namespace::model_binomial; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_binomial_namespace::model_binomial; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_binomial_namespace::model_binomial; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_binomial_namespace::model_binomial; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_binomial_namespace::model_binomial; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_binomial_namespace::model_binomial; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_binomial_namespace::model_binomial; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ "/home/th798/R/R-devel/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/count.stan Wrote C++ file "stan_files/count.cc" /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I"../inst/include" -I"/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/rstan/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c stan_files/count.cc -o stan_files/count.o In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/rstaninc.hpp:3, from stan_files/count.hpp:18, from stan_files/count.cc:3: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:222:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 222 | template<> struct unpacket_traits { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:228:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 228 | template<> struct unpacket_traits { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1124:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1124 | ptranspose(PacketBlock& kernel) { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1129:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1129 | ptranspose(PacketBlock& kernel) { | ^ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:18, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/shared_ptr.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/date_time/time_clock.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/date_time/posix_time/posix_time_types.hpp:10, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:15, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/rstaninc.hpp:4: /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 361 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) | ^~~~~~~~ In file included from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/memory:76, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:7: /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:251:65: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 251 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:508:31: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 508 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:521:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 521 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:604:34: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 604 | shared_ptr & operator=( std::auto_ptr & r ) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:613:34: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 613 | shared_ptr & operator=( std::auto_ptr && r ) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:615:38: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 615 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:19:52: required from 'struct Eigen::internal::traits > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolverBase.h:68:7: required from 'class Eigen::SolverBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:59:49: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:69:42: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true>, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:17: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:244 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:244 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::ceil >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::ceil >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_minCoeff, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_minCoeff, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_minCoeff, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_minCoeff, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim.hpp:15, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/dump.hpp:7, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:43: /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp: At global scope: /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:111:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 111 | public std::iterator { | ^~~~~~~~ In file included from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_algobase.h:65, from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/specfun.h:45, from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/cmath:1935, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/platform/compiler.h:100, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/r/headers.h:66, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/RcppCommon.h:30, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp.h:27, from stan_files/count.cc:1: /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:149:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 149 | public std::iterator { | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:204:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 204 | public std::iterator { | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-devel/library/BH/include/boost/get_pointer.hpp:48:40: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 48 | template T * get_pointer(std::auto_ptr const& p) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 5>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/hmm_latent_rng.hpp:83:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1>, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::TriangularView >, 2>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::TriangularView >, 2>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::TriangularView >, 2>, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:32: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 6>, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: recursively required by substitution of 'template const Eigen::internal::triangular_solve_retval >, 6>, Other> Eigen::TriangularViewImpl >, 6, Eigen::Dense>::solve(const Eigen::MatrixBase&) const [with int Side = ; Other = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lgamma.hpp:120:50: required from 'auto stan::math::lgamma(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_not_var_matrix_t* = 0; stan::require_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:28:50: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:28:27: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:46: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:32:23: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: recursively required by substitution of 'template static std::true_type stan::is_base_pointer_convertible >::f(const Eigen::EigenBase*) [with OtherDerived = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: required from 'struct stan::is_eigen >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:301:19: required by substitution of 'template class stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type> [with T = Eigen::SparseMatrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:129:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:814:9: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:419:57: required from 'const auto& stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::val() const [with T = Eigen::SparseMatrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:169 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:169 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, 0>, void>::apply, 0> >(const Eigen::Diagonal, 0>&):: >(const Eigen::Diagonal, 0>&, const stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, 0>, void>::apply, 0> >(const Eigen::Diagonal, 0>&):: >(const Eigen::Diagonal, 0>&, const stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:278:47: required from 'struct Eigen::internal::traits, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:18:7: required from 'class Eigen::DiagonalBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:293:7: required from 'class Eigen::DiagonalWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>&>(const Eigen::Matrix, -1, 1>&):: [with auto:11 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::value_of, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::; Args = {const Eigen::Matrix, -1, 1, 0, -1, 1>&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:73:21: required from 'auto stan::math::value_of(EigMat&&) [with EigMat = const Eigen::Matrix, -1, 1>&; stan::require_eigen_dense_base_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:99:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:182:62: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:183:66: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:197:60: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:198:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:263:18: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:351:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:351:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:459:69: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:71: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:370:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_matrix.hpp:133:17: required from 'auto stan::math::to_matrix(const std::vector&, int, int) [with T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/read_dense_inv_metric.hpp:33:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:27:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:29:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:29:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:27:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:28:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:28:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue_varmat.hpp:145:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >' ../inst/include/CODOLS.hpp:30:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_col.hpp:49:18: required from 'auto stan::math::append_col(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; = void]' stan_files/count.hpp:2835:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: required from 'struct Eigen::internal::cast_return_type, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:48:179: required from 'struct Eigen::DenseBase >::CastXpr' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:62:1: required by substitution of 'template typename Eigen::DenseBase >::CastXpr::Type Eigen::DenseBase >::cast() const [with NewType = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_col.hpp:49:53: required from 'auto stan::math::append_col(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; = void]' stan_files/count.hpp:2835:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: required from 'struct Eigen::internal::cast_return_type, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:48:179: required from 'struct Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::CastXpr' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:62:1: required by substitution of 'template typename Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::CastXpr::Type Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::cast() const [with NewType = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_col.hpp:50:54: required from 'auto stan::math::append_col(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; = void]' stan_files/count.hpp:2835:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = double; Mat = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/count.hpp:3673:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:102:18: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; LP = double; Sizes = {int}; T = double]' stan_files/count.hpp:3897:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:83:26: required from 'auto stan::math::lb_constrain(T&&, L&&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = const int&; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:388:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; LP = double; Sizes = {int}; T = double]' stan_files/count.hpp:3897:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:83:26: required from 'auto stan::math::lb_constrain(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:175:49: required from 'auto stan::math::lb_constrain(const std::vector&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_not_std_vector_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LB = int; LP = double; Sizes = {int, int}; T = double]' stan_files/count.hpp:3911:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:102:18: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:177:26: required from 'auto stan::math::lb_constrain(const std::vector&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_not_std_vector_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LB = int; LP = double; Sizes = {int, int}; T = double]' stan_files/count.hpp:3911:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_constrain.hpp:133:26: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_eigen_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_not_var_t::type>* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; UB = int; LP = double; Sizes = {int}; T = double]' stan_files/count.hpp:3948:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_constrain.hpp:122:18: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_eigen_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_not_var_t::type>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; UB = int; LP = double; Sizes = {int}; T = double]' stan_files/count.hpp:3948:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4038:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4038:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/count.hpp:4115:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: [with auto:218 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/count.hpp:4114:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: [with auto:218 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/count.hpp:4114:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&, const stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&, const stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/count.hpp:4114:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4113:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4112:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4111:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4126:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4125:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4124:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4200:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4199:26: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:158:49: required from 'stan::model::rvalue&>(Eigen::Matrix&, const char*, const index_multi&):: [with auto:703 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::model::rvalue&>(Eigen::Matrix&, const char*, const index_multi&)::; Args = {Eigen::Matrix&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:156:33: required from 'auto stan::model::rvalue(EigVec&&, const char*, const index_multi&) [with EigVec = Eigen::Matrix&; stan::require_eigen_vector_t* = 0]' stan_files/count.hpp:4213:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4212:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:187:21: required from 'auto stan::model::rvalue(Vec&&, const char*, index_min_max) [with Vec = Eigen::Matrix&; stan::require_vector_t* = 0; stan::require_not_std_vector_t* = 0]' stan_files/count.hpp:4273:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = double; Mat = Eigen::VectorBlock, -1>; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/count.hpp:4270:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4368:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:107:13: required from 'auto stan::math::multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix; stan::require_all_eigen_vt* = 0; stan::require_not_eigen_row_and_col_t* = 0]' stan_files/count.hpp:4376:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4375:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4386:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4395:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:21: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4406:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:32: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4406:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log >(const Eigen::Matrix&):: [with auto:169 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/count.hpp:4438:34: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::log >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::log >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/count.hpp:4438:34: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:22: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4437:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:13: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4437:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:32: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4437:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4436:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::sqrt >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::sqrt >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/count.hpp:4458:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:22: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4457:34: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:13: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4457:34: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:32: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4457:34: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:4456:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:35: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:11: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:11: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar&>(const std::vector&)::; Args = {const std::vector >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:72:21: required from 'auto stan::math::as_array_or_scalar(T&&) [with T = const std::vector&; stan::require_std_vector_t* = 0; stan::require_not_std_vector_t::type>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:39: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:43: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:55: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/fabs.hpp:67:51: required from 'stan::math::fabs, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >(const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >&):: [with auto:9 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::fabs, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >(const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >&)::; T2 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >; stan::require_t::type> >* = 0; T = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/fabs.hpp:66:46: required from 'auto stan::math::fabs(const Container&) [with Container = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:37: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >(const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >&):: [with auto:169 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >(const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >&)::; T2 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >; stan::require_t::type> >* = 0; T = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:49:25: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:75: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:32: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lgamma.hpp:120:50: required from 'auto stan::math::lgamma(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_not_var_matrix_t* = 0; stan::require_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:29: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:280:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:280:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:22: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:31:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:110:66: required from 'stan::math::value_of_rec, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&):: [with auto:1 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::value_of_rec, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::; Args = {Eigen::Map, 0, Eigen::Stride<0, 0> >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:108:21: required from 'auto stan::math::value_of_rec(T&&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; = void; = void]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_greater_or_equal.hpp:157:30: required from 'void stan::math::check_greater_or_equal(const char*, const char*, const T_y&, const T_low&, Idxs ...) [with T_y = std::vector; T_low = int; stan::require_vector_t* = 0; stan::require_not_std_vector_vt* = 0; stan::require_stan_scalar_t* = 0; Idxs = {}]' stan_files/count.hpp:1935:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:13 = const Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; Args = {const Eigen::Map, 0, Eigen::Stride<0, 0> >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: required from 'auto stan::math::as_array_or_scalar(T&&) [with T = const Eigen::Map, 0, Eigen::Stride<0, 0> >&; = void; stan::require_not_eigen_array_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_greater_or_equal.hpp:157:49: required from 'void stan::math::check_greater_or_equal(const char*, const char*, const T_y&, const T_low&, Idxs ...) [with T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_low = int; stan::require_vector_t* = 0; stan::require_not_std_vector_vt* = 0; stan::require_stan_scalar_t* = 0; Idxs = {}]' stan_files/count.hpp:2216:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:181:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:181:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:182:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:117:39: required from 'TupleT stan::math::internal::grad_2F1_impl_ab(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:204:78: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:62:1: required by substitution of 'template typename Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::CastXpr::Type Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::cast() const [with NewType = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:38: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:142:28: required from 'bool Eigen::DenseBase::hasNaN() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:40: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:31:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:142:28: required from 'bool Eigen::DenseBase::hasNaN() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:40: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:30:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/count.hpp:4323:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:79:21: required from 'auto stan::math::subtract(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:29: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/count.hpp:4816:26: required from 'void model_count_namespace::model_count::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5351:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:79:32: required from 'auto stan::math::subtract(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:29: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/count.hpp:4816:26: required from 'void model_count_namespace::model_count::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5351:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/count.hpp:4816:26: required from 'void model_count_namespace::model_count::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5351:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/count.hpp:4816:26: required from 'void model_count_namespace::model_count::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5351:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&, const stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&, const stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/count.hpp:4816:26: required from 'void model_count_namespace::model_count::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5351:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:13: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:29: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/count.hpp:4931:27: required from 'void model_count_namespace::model_count::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5351:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:32: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:29: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/count.hpp:4931:27: required from 'void model_count_namespace::model_count::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5351:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/count.hpp:4931:27: required from 'void model_count_namespace::model_count::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5351:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/count.hpp:4931:27: required from 'void model_count_namespace::model_count::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5351:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&):: >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&, const stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/count.hpp:4931:27: required from 'void model_count_namespace::model_count::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5351:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:29: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/count.hpp:4931:27: required from 'void model_count_namespace::model_count::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5351:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:29: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/count.hpp:4931:27: required from 'void model_count_namespace::model_count::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5351:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:113:51: required from 'stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: [with auto:341 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/count.hpp:4931:27: required from 'void model_count_namespace::model_count::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5351:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:113:74: required from 'stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: [with auto:341 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/count.hpp:4931:27: required from 'void model_count_namespace::model_count::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5351:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: >(const Eigen::Matrix&, const stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: >(const Eigen::Matrix&, const stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/count.hpp:4931:27: required from 'void model_count_namespace::model_count::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5351:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:115:7: required from 'class stan::math::Holder, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:312:16: required from 'auto stan::math::internal::make_holder_impl_construct_object(T&&, std::index_sequence, const std::tuple&) [with T = Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >; long unsigned int ...Is = {0}; Args = {Eigen::Matrix}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:330:43: required from 'auto stan::math::internal::make_holder_impl(const F&, std::index_sequence, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; long unsigned int ...Is = {0}; Args = {Eigen::Matrix}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:353:36: required from 'auto stan::math::make_holder(const F&, Args&& ...) [with F = logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_not_plain_type_t()((declval)()...))>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/count.hpp:4931:27: required from 'void model_count_namespace::model_count::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5351:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:467:22: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:468:16: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:475:61: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:72:102: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:92:109: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:92:109: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CommaInitializer.h:159:10: required from 'Eigen::CommaInitializer Eigen::DenseBase::operator<<(const Eigen::DenseBase&) [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:10: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:451:40: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:73: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:45:80: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:166:82: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:53: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:191:25: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3032:74: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3032:74: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:192:54: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3032:74: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:193:37: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3032:74: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3032:74: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3032:74: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:197:56: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3032:74: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:197:64: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3032:74: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&):: [with auto:11 = const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3032:74: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:52: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3032:74: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:58: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3032:74: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:61: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3032:74: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:160:48: required from 'auto stan::math::lb_constrain(const T&, const L&) [with T = Eigen::Matrix, -1, 1>; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:175:49: required from 'auto stan::math::lb_constrain(const std::vector&, const L&, stan::return_type_t&) [with T = Eigen::Matrix, -1, 1>; L = int; stan::require_not_std_vector_t* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int, int}; T = stan::math::var_value]' stan_files/count.hpp:3045:28: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:160:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int, int}; T = stan::math::var_value]' stan_files/count.hpp:3045:28: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:160:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int, int}; T = stan::math::var_value]' stan_files/count.hpp:3045:28: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:195:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:196:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:215:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:215:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1> >&>(arena_matrix, -1, 1> >&):: [with auto:11 = stan::math::arena_matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:56: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:63: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:31: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_exp_fun; T = stan::math::arena_matrix, void>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:42: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:35: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:22: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:219:34: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:219:48: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:38: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:45: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:66: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:59: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:44: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:38: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:31: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:20: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:231:39: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:163:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/count.hpp:3076:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Map, 0, Eigen::Stride<0, 0> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3127:53: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:35:54: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3127:53: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:49:54: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3127:53: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:51:47: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3127:53: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:51:50: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3127:53: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:57:48: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3127:53: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:24: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/count.hpp:3127:28: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:32: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/count.hpp:3127:28: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:35: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/count.hpp:3127:28: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:148:9: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/count.hpp:3127:28: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:150:47: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/count.hpp:3127:28: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:152:61: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/count.hpp:3127:28: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:145:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3204:49: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:163:40: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3204:49: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:170:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3204:49: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:172:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3204:49: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:30:69: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3202:49: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3202:49: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3201:47: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3215:51: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3289:37: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:30:69: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3301:35: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> > > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3301:35: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&):: [with auto:11 = const Eigen::VectorBlock, -1, 1>, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:168:61: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::VectorBlock, -1, 1>, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3359:37: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:186:33: required from 'auto stan::math::add(const Var&, const EigMat&) [with Var = var_value; EigMat = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_var_vt* = 0; stan::require_eigen_vt* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:204:13: required from 'auto stan::math::add(const EigMat&, const Var&) [with EigMat = Eigen::Map, 0, Eigen::Stride<0, 0> >; Var = var_value; stan::require_eigen_vt* = 0; stan::require_var_vt* = 0]' stan_files/count.hpp:3410:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:34:44: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; Types = {Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:36:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:66: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:54: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:38: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:54: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:53: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:37: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&):: [with auto:11 = stan::math::arena_matrix, -1, -1>, void>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:66:48: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; Types = {Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:65:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:46: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:95:50: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3472:54: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:95:50: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3472:54: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:47: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3472:54: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:128:39: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3472:54: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:135:47: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3472:54: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:114:9: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::Matrix, -1, 1>; stan::require_all_rev_matrix_t* = 0]' stan_files/count.hpp:3491:32: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:117:39: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::Matrix, -1, 1>; stan::require_all_rev_matrix_t* = 0]' stan_files/count.hpp:3491:32: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:113:47: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >; stan::require_all_rev_matrix_t* = 0]' stan_files/count.hpp:3503:36: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> > > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:114:9: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >; stan::require_all_rev_matrix_t* = 0]' stan_files/count.hpp:3503:36: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:223:33: required from 'auto stan::math::add(const Var&, const VarMat&) [with Var = var_value; VarMat = Eigen::Matrix, -1, 1>; stan::require_var_vt* = 0; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:250:13: required from 'auto stan::math::add(const VarMat&, const Var&) [with Var = var_value; VarMat = Eigen::Matrix, -1, 1>; stan::require_var_vt* = 0; stan::require_rev_matrix_t* = 0]' stan_files/count.hpp:3524:34: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:1267:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4073:27: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::square >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/count.hpp:1284:52: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4073:27: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:22: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:1294:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4073:27: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:13: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:1294:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4073:27: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:32: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:1294:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4073:27: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:1293:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4073:27: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:1293:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4073:27: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:1293:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4073:27: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&):: [with auto:218 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/count.hpp:1292:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4073:27: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/count.hpp:1292:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4073:27: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >, void>::apply, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&, const stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/count.hpp:1292:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4073:27: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:28:12: required from 'auto stan::math::multiply(const Mat&, Scal) [with Mat = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Scal = double; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/count.hpp:1298:32: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4073:27: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/count.hpp:1369:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4097:33: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/count.hpp:1369:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4097:33: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::Matrix, const Eigen::Matrix >, void>::apply, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&, const stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/count.hpp:1369:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4097:33: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/segment.hpp:26:19: required from 'auto stan::math::segment(const Vec&, size_t, size_t) [with Vec = Eigen::Matrix; stan::require_vector_t* = 0; size_t = long unsigned int]' stan_files/count.hpp:883:52: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_count_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4286:27: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:887:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_count_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4286:27: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:887:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_count_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4286:27: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:107:13: required from 'auto stan::math::multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::VectorBlock, -1>; stan::require_all_eigen_vt* = 0; stan::require_not_eigen_row_and_col_t* = 0]' stan_files/count.hpp:1081:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_count_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4295:40: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/csr_matrix_times_vector.hpp:98:16: required from 'Eigen::Matrix::type, -1, 1> stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix; stan::require_all_not_rev_matrix_t* = 0; typename stan::return_type::type = double]' stan_files/count.hpp:4356:50: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::exp >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/count.hpp:1553:29: required from 'Eigen::Matrix::type>::type, -1, 1> model_count_namespace::linkinv_count(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4466:46: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, member_sum, 1>; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 2, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 2, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 2, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 2, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:203:15: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:251:78: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 2, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:217:20: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:251:78: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:268:34: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:100:15: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:106:17: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2256:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2256 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2258:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2258 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2259:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2259 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2259:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2298:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2298 | PacketBlock kernel_half; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2298:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2304 | PacketBlock kernel_quarter; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:113:15: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1920:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1920 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1921 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1977:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1977 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1978:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1978 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1979:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1979 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1980:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1980 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:155:52: required from 'void Eigen::internal::tribb_kernel::operator()(ResScalar*, Index, Index, const LhsScalar*, const RhsScalar*, Index, Index, const ResScalar&) [with LhsScalar = double; RhsScalar = double; Index = long int; int mr = 4; int nr = 4; bool ConjLhs = false; bool ConjRhs = false; int ResInnerStride = 1; int UpLo = 2; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:370:46: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:370:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:26: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 0>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:43: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:352:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:80: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:67: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:45:80: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:76:64: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: required from 'struct Eigen::internal::cast_return_type, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:48:179: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3400:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:21: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:3410:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:32: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/count.hpp:3410:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_linesearch.hpp:247:23: required from 'int stan::optimization::WolfeLineSearch(FunctorType&, Scalar&, XType&, Scalar&, XType&, const XType&, const XType&, const Scalar&, const XType&, const Scalar&, const Scalar&, const Scalar&, const Scalar&, const Scalar&) [with FunctorType = ModelAdaptor; Scalar = double; XType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:209:28: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:78: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:64: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:52: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:47: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:24: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Product, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:55:20: required from 'void stan::optimization::BFGSUpdate_HInv::search_direction(VectorT&, const VectorT&) const [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:254:25: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:40: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:1293:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/count.hpp:3162:27: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:31:9: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:1293:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/count.hpp:3162:27: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:35:50: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:1293:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/count.hpp:3162:27: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:50:50: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:1293:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/count.hpp:3162:27: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:52:51: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:1293:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/count.hpp:3162:27: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:58:44: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:1293:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/count.hpp:3162:27: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:61:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:1293:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/count.hpp:3162:27: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:61:52: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:1293:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_count_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/count.hpp:3162:27: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:131:53: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/count.hpp:887:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_count_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/count.hpp:3375:27: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:134:39: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/count.hpp:887:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_count_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/count.hpp:3375:27: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:143:58: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/count.hpp:887:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_count_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/count.hpp:3375:27: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:143:38: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/count.hpp:887:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_count_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/count.hpp:3375:27: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:149:53: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/count.hpp:887:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_count_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/count.hpp:3375:27: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:151:51: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/count.hpp:887:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_count_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/count.hpp:3375:27: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, -1>&>(const Eigen::Matrix, -1, -1>&):: [with auto:11 = const Eigen::Matrix, -1, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:1081:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_count_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/count.hpp:3384:40: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&):: [with auto:11 = const Eigen::VectorBlock, -1, 1>, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:1081:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_count_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/count.hpp:3384:40: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:110:42: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >&):: [with auto:13 = const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:111:43: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:111:23: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:118:44: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:118:39: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:128:23: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:131:45: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:132:15: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:142:53: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:149:28: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:152:27: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:152:68: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:111:23: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3421:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:147:23: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:149:41: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:156:47: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:156:38: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:156:34: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:156:27: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:157:47: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:157:40: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:157:36: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:157:29: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > > >, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:156:20: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:159:32: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:165:25: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:184:26: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:191:25: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:204:44: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:204:19: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:219:32: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:222:31: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Transpose >, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:222:72: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:236:30: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:236:17: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:236:54: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:237:15: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:237:49: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:237:40: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:237:62: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:241:21: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:241:33: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:241:57: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:242:21: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:242:46: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:243:21: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:44:68: required from 'stan::return_type_t stan::math::poisson_log_lpmf(const T_n&, const T_log_rate&) [with bool propto = false; T_n = std::vector; T_log_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3585:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:74:38: required from 'stan::return_type_t stan::math::poisson_log_lpmf(const T_n&, const T_log_rate&) [with bool propto = false; T_n = std::vector; T_log_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3585:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:79:30: required from 'stan::return_type_t stan::math::poisson_log_lpmf(const T_n&, const T_log_rate&) [with bool propto = false; T_n = std::vector; T_log_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3585:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:79:23: required from 'stan::return_type_t stan::math::poisson_log_lpmf(const T_n&, const T_log_rate&) [with bool propto = false; T_n = std::vector; T_log_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3585:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:83:39: required from 'stan::return_type_t stan::math::poisson_log_lpmf(const T_n&, const T_log_rate&) [with bool propto = false; T_n = std::vector; T_log_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3585:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_binary.hpp:60:51: required from 'stan::math::apply_scalar_binary, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::&&):: [with auto:59 = stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::; auto:60 = const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >; auto:61 = const Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_lpmf.hpp:69:56: required from 'stan::return_type_t stan::math::poisson_lpmf(const T_n&, const T_rate&) [with bool propto = false; T_n = std::vector; T_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3588:65: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:115:7: required from 'class stan::math::Holder, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:312:16: required from 'auto stan::math::internal::make_holder_impl_construct_object(T&&, std::index_sequence, const std::tuple&) [with T = Eigen::CwiseBinaryOp, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >; long unsigned int ...Is = {0}; Args = {stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:330:43: required from 'auto stan::math::internal::make_holder_impl(const F&, std::index_sequence, Args&& ...) [with F = stan::math::apply_scalar_binary, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&):: >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::&&)::; long unsigned int ...Is = {0, 1, 2}; Args = {stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::Array >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::Array&}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:353:36: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_lpmf.hpp:69:56: required from 'stan::return_type_t stan::math::poisson_lpmf(const T_n&, const T_rate&) [with bool propto = false; T_n = std::vector; T_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3588:65: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_lpmf.hpp:78:39: required from 'stan::return_type_t stan::math::poisson_lpmf(const T_n&, const T_rate&) [with bool propto = false; T_n = std::vector; T_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3588:65: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_lpmf.hpp:78:52: required from 'stan::return_type_t stan::math::poisson_lpmf(const T_n&, const T_rate&) [with bool propto = false; T_n = std::vector; T_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3588:65: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:58:64: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3632:59: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:40: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3632:59: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3632:59: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:94:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3632:59: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:96:35: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3632:59: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:45: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3632:59: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:59: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3632:59: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:39: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:104:12: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:147:45: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:82:26: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3642:65: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&>(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&):: [with auto:13 = const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&>(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::; Args = {const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:60:68: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log >(const Eigen::Array&):: [with auto:169 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:81:68: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:90:27: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:44: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:65: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:35: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: required from 'stan::math::inv >(const Eigen::Array&):: [with auto:220 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:101:63: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:45: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3686:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3686:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3686:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3775:58: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:39: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:98:62: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:112:24: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:169 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:113:29: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:17: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:139:54: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:147:45: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = var_value; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3824:55: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:52: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = var_value; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3824:55: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:35: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = var_value; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3824:55: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = var_value; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3824:55: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = var_value; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3824:55: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:268:7: required from 'Eigen::MapBase::ScalarWithConstIfNotLvalue& Eigen::MapBase::coeffRef(Eigen::Index) [with Derived = Eigen::Block, -1, 1, true>; ScalarWithConstIfNotLvalue = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:367:25: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; VectorY = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:895:24: required from 'void Eigen::internal::tridiagonal_qr_step(RealScalar*, RealScalar*, Index, Index, Scalar*, Index) [with int StorageOrder = 0; RealScalar = double; Scalar = double; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:548:87: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::min_coeff_visitor, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:323:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:496:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:563:35: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:125: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:74: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:50: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:507:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:567:77: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::Matrix; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::Matrix; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::Matrix; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::Matrix; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Matrix; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_col.hpp:49:26: required from 'auto stan::math::append_col(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; = void]' stan_files/count.hpp:2835:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/count.hpp:4323:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:74:38: required from 'stan::return_type_t stan::math::poisson_log_lpmf(const T_n&, const T_log_rate&) [with bool propto = false; T_n = std::vector; T_log_rate = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3585:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:83:39: required from 'stan::return_type_t stan::math::poisson_log_lpmf(const T_n&, const T_log_rate&) [with bool propto = false; T_n = std::vector; T_log_rate = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3585:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_binary.hpp:60:51: required from 'stan::math::apply_scalar_binary, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::&&):: [with auto:59 = stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::; auto:60 = const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >; auto:61 = const Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3588:65: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:115:7: required from 'class stan::math::Holder, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:312:16: required from 'auto stan::math::internal::make_holder_impl_construct_object(T&&, std::index_sequence, const std::tuple&) [with T = Eigen::CwiseBinaryOp, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >; long unsigned int ...Is = {0}; Args = {stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:330:43: required from 'auto stan::math::internal::make_holder_impl(const F&, std::index_sequence, Args&& ...) [with F = stan::math::apply_scalar_binary, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&):: >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&, multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::&&)::; long unsigned int ...Is = {0, 1, 2}; Args = {stan::math::multiply_log, 0, Eigen::Stride<0, 0> > >, Eigen::ArrayWrapper > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&, const Eigen::ArrayWrapper >&}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:353:36: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3588:65: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_lpmf.hpp:78:39: required from 'stan::return_type_t stan::math::poisson_lpmf(const T_n&, const T_rate&) [with bool propto = false; T_n = std::vector; T_rate = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3588:65: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_lpmf.hpp:78:52: required from 'stan::return_type_t stan::math::poisson_lpmf(const T_n&, const T_rate&) [with bool propto = false; T_n = std::vector; T_rate = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3588:65: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&):: [with auto:13 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3632:59: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:40: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3632:59: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3632:59: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:147:45: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3638:64: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:82:26: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3642:65: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:100:47: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3642:65: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3650:56: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: required from 'stan::math::inv > >(const Eigen::ArrayWrapper >&):: [with auto:220 = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:26: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:169 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3686:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: required from 'stan::math::inv, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:220 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3686:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:26: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3686:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3686:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3686:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3686:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3686:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:82:26: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3737:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:100:47: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3737:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:40: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3775:58: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3775:58: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3782:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:147:45: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = double; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3824:55: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:52: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = double; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3824:55: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = double; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3824:55: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = double; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3824:55: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:199:45: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:1211:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:1211:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:35: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1211:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:27: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1211:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:52: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1211:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:35: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1211:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:105:23: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1211:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:42: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1211:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:1222:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:27: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1222:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:1222:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:52: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1222:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:35: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1222:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1222:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1222:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:43: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1222:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1222:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:1224:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:27: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1224:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:1224:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:52: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1224:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:28: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1224:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:35: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1224:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1224:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1224:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1224:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:43: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1224:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1224:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/accumulator.hpp:135:50: required from 'stan::math::var stan::math::accumulator::type>::value, void>::type>::sum() const [with T = stan::math::var_value; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type; stan::math::var = stan::math::var_value]' stan_files/count.hpp:3839:26: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:453:45: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:372:86: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:34:74: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:35:60: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:35:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, 1, -1, false>, 0>; Derived = Eigen::Block, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:501:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:90: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, -1, -1, false>, 2>, Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:550:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:561:27: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/ref_type.hpp:42:38: required from 'struct stan::ref_type_if, -1>, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/ref_type.hpp:57:7: required by substitution of 'template using ref_type_if_t = typename stan::ref_type_if::type [with bool Condition = false; T = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:50:9: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1>; T_scale_succ = Eigen::Matrix; T_scale_fail = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:1211:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; T2__ = Eigen::Matrix; T3__ = Eigen::Matrix; T4__ = Eigen::Matrix; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, -1>&>(const Eigen::VectorBlock, -1>&):: [with auto:13 = const Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, -1, 1, false> > >(const Eigen::ArrayWrapper, -1, 1, false> >&):: [with auto:169 = Eigen::ArrayWrapper, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_fun; T = Eigen::ArrayWrapper, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:27: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:61: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:105:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:21: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:42: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:53:48: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:388:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/advi.hpp:223:11: required from 'double stan::variational::advi::adapt_eta(Q&, int, stan::callbacks::logger&) const [with Model = model_count_namespace::model_count; Q = stan::variational::normal_meanfield; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/advi.hpp:468:13: required from 'int stan::variational::advi::run(double, bool, int, double, int, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) const [with Model = model_count_namespace::model_count; Q = stan::variational::normal_meanfield; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/experimental/advi/meanfield.hpp:82:15: required from 'int stan::services::experimental::advi::meanfield(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, double, double, bool, int, int, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:900:18: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:49:27: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/count.hpp:3539:42: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:60:46: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/count.hpp:3539:42: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:68:48: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/count.hpp:3539:42: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:268:34: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, true>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, true>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, true>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, true>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, 0>, -1, 1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:54: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:523:57: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 16, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:280:48: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Func = generic_product_impl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 5>::set]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:317:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, true>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:306:38: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:310:42: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:314:45: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:511:85: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, -1, 1, true>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:9: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:522:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:522:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CommaInitializer.h:159:10: required from 'Eigen::CommaInitializer Eigen::DenseBase::operator<<(const Eigen::DenseBase&) [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:10: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:28: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, 1, -1, false>; Rhs = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:507:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:567:77: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:199:45: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/neg_binomial_2_log_glm_lpmf.hpp:184:14: required from 'stan::return_type_t stan::math::neg_binomial_2_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_precision&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; T_precision = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3431:76: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Array; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Array; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Array; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Array; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::Array; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:76:16: required from 'stan::return_type_t stan::math::poisson_log_lpmf(const T_n&, const T_log_rate&) [with bool propto = false; T_n = std::vector; T_log_rate = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3585:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:90:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3686:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:113:25: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3807:66: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = var_value; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3824:55: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>; U = Eigen::Block >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:166:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, false>; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, false>; Derived = Eigen::Block, -1, 1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:372:86: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:15: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_lpmf.hpp:76:16: required from 'stan::return_type_t stan::math::poisson_log_lpmf(const T_n&, const T_log_rate&) [with bool propto = false; T_n = std::vector; T_log_rate = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3585:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::ArrayWrapper >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::ArrayWrapper >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::ArrayWrapper >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::ArrayWrapper >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::ArrayWrapper >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_lpmf.hpp:71:16: required from 'stan::return_type_t stan::math::poisson_lpmf(const T_n&, const T_rate&) [with bool propto = false; T_n = std::vector; T_rate = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3588:65: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3670:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/count.hpp:3686:63: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:469:72: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:469:55: required from 'static void Eigen::internal::generic_product_impl::eval_dynamic_impl(Dst&, const LhsT&, const RhsT&, const Func&, const Scalar&, Eigen::internal::true_type) [with Dst = Eigen::Matrix; LhsT = Eigen::Matrix; RhsT = Eigen::Transpose >; Func = Eigen::internal::assign_op; Scalar = double; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:446:22: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:110:63: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:110:63: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/broadcast_array.hpp:32:16: required from 'void stan::math::internal::broadcast_array::operator=(const Y&) [with Y = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:33: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = var_value; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3824:55: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:16: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1211:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1222:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1222:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1224:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:1224:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_count_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:90: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:57: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:64:57: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:73:50: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:123:11: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3831:43: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>; Rhs = Eigen::Transpose >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 1; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:292:8: required from 'struct Eigen::internal::evaluator > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseUtil.h:121:8: required from 'struct Eigen::internal::plain_object_eval >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseDenseProduct.h:187:104: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Matrix; int ProductType = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::SparseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/csr_matrix_times_vector.hpp:98:18: required from 'Eigen::Matrix::type, -1, 1> stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix; stan::require_all_not_rev_matrix_t* = 0; typename stan::return_type::type = double]' stan_files/count.hpp:4356:50: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:74: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = false; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:337: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h: In instantiation of 'static void Eigen::internal::selfadjoint_matrix_vector_product::run(Index, const Scalar*, Index, const Scalar*, Scalar*, Scalar) [with Scalar = double; Index = long int; int StorageOrder = 0; int UpLo = 1; bool ConjugateLhs = false; bool ConjugateRhs = false; int Version = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:229:7: required from 'static void Eigen::internal::selfadjoint_product_impl::run(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; int LhsMode = 17; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:805:109: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int ProductTag = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:62:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 62 | conj_helper::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, IsRowMajor), ConjugateRhs> pcj0; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:62:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:63:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 63 | conj_helper::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, !IsRowMajor), ConjugateRhs> pcj1; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:63:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, 1, false>; Derived = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:519:22: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Block, -1, 1, false>, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:110:63: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:110:63: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:32: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:166: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/Memory.h: In instantiation of 'Index Eigen::internal::first_default_aligned(const Scalar*, Index) [with Scalar = double; Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:89:68: required from 'static void Eigen::internal::selfadjoint_matrix_vector_product::run(Index, const Scalar*, Index, const Scalar*, Scalar*, Scalar) [with Scalar = double; Index = long int; int StorageOrder = 0; int UpLo = 1; bool ConjugateLhs = false; bool ConjugateRhs = false; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:229:7: required from 'static void Eigen::internal::selfadjoint_product_impl::run(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; int LhsMode = 17; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:805:109: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int ProductTag = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/Memory.h:500:60: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 500 | return first_aligned::alignment>(array, size); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:26:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:26:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, 1, false>, 1, 1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, 1, false>, 1, 1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, 1, false>, 1, 1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, 1, false>, 1, 1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, 1, false>, 1, 1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:184:17: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:328:36: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:328:36: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>; U = Eigen::Block >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block >, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block >, -1, 1, true>; Derived = Eigen::Block, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = true]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:346:25: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 1; bool ConjugateLhs = false; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = false; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> > >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, true>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:233:85: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:364:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:408:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:456:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:110:63: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/poisson_log_glm_lpmf.hpp:110:63: required from 'stan::return_type_t stan::math::poisson_log_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = Eigen::Matrix, -1, 1>; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Diagonal, 0>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:42: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = true]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:319:27: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:364:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:408:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:456:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:150:68: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:97:18: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:125:66: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:769:69: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:282:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseUtil.h:121:8: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::Stride<0, 0> >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseDenseProduct.h:187:104: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >; int ProductType = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::internal::generic_product_impl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::SparseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:23: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/count.hpp:3472:54: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator, Eigen::Transpose >, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = div_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::div_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:28: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:333:21: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:39:18: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:57: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:72: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:52: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:43: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/count.hpp:1080:30: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_count_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4295:40: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:151:29: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Diagonal, 0>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:42: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:48: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, 1, -1, true>, 1, -1, false>; int Mode = 5; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >; Rhs = const Eigen::Block, -1, -1, false>, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:22: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:301:29: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:54: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false> >, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false> >, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/count.hpp:3408:69: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/count.hpp:1080:30: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_count_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4295:40: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:106: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:77: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:127: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/count.hpp:1080:30: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_count_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/count.hpp:4295:40: required from 'void model_count_namespace::model_count::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/count.hpp:5323:21: required from 'void model_count_namespace::model_count::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:151:29: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_count_namespace::model_count; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/count.hpp:3466:39: required from 'stan::scalar_type_t model_count_namespace::model_count::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/count.hpp:5334:47: required from 'T_ model_count_namespace::model_count::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_count_namespace::model_count; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:114: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 33 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Derived = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >; SrcEvaluatorTypeT = Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_count_namespace::model_count; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_count_namespace::model_count; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/count.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/sum.hpp:32:18: required from 'stan::math::sum > >(const std::vector, arena_allocator > >&):: mutable [with auto:446 = stan::math::internal::callback_vari > >(const std::vector, arena_allocator > >&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::sum > >(const std::vector, arena_allocator > >&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:40:30: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix >&; stan::require_rev_matrix_t* = 0; stan::require_not_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl >, 1024>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:47:31: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = Eigen::Map >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_not_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:47:34: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = Eigen::Map >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_not_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:32:49: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:32:30: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> > > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 0, Eigen::Stride<0, 0> >, 1024>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:33:37: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:33:40: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from 'double stan::mcmc::diag_e_metric::T(stan::mcmc::diag_e_point&) [with Model = model_count_namespace::model_count; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:20:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_count_namespace::model_count; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_count_namespace::model_count; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from 'double stan::mcmc::diag_e_metric::T(stan::mcmc::diag_e_point&) [with Model = model_count_namespace::model_count; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:20:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_count_namespace::model_count; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_count_namespace::model_count; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_count_namespace::model_count; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_count_namespace::model_count; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_count_namespace::model_count; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_count_namespace::model_count; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_count_namespace::model_count; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_count_namespace::model_count; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_count_namespace::model_count; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_count_namespace::model_count; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ "/home/th798/R/R-devel/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/bernoulli.stan Wrote C++ file "stan_files/bernoulli.cc" /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I"../inst/include" -I"/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/rstan/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c stan_files/bernoulli.cc -o stan_files/bernoulli.o In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/rstaninc.hpp:3, from stan_files/bernoulli.hpp:18, from stan_files/bernoulli.cc:3: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:222:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 222 | template<> struct unpacket_traits { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:228:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 228 | template<> struct unpacket_traits { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1124:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1124 | ptranspose(PacketBlock& kernel) { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1129:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1129 | ptranspose(PacketBlock& kernel) { | ^ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:18, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/shared_ptr.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/date_time/time_clock.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/date_time/posix_time/posix_time_types.hpp:10, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:15, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/rstaninc.hpp:4: /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 361 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) | ^~~~~~~~ In file included from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/memory:76, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:7: /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:251:65: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 251 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:508:31: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 508 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:521:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 521 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:604:34: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 604 | shared_ptr & operator=( std::auto_ptr & r ) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:613:34: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 613 | shared_ptr & operator=( std::auto_ptr && r ) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:615:38: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 615 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:19:52: required from 'struct Eigen::internal::traits > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolverBase.h:68:7: required from 'class Eigen::SolverBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:59:49: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:69:42: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true>, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:17: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:244 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:244 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::ceil >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::ceil >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_minCoeff, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_minCoeff, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_minCoeff, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_minCoeff, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim.hpp:15, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/dump.hpp:7, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:43: /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp: At global scope: /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:111:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 111 | public std::iterator { | ^~~~~~~~ In file included from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_algobase.h:65, from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/specfun.h:45, from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/cmath:1935, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/platform/compiler.h:100, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/r/headers.h:66, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/RcppCommon.h:30, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp.h:27, from stan_files/bernoulli.cc:1: /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:149:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 149 | public std::iterator { | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:204:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 204 | public std::iterator { | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-devel/library/BH/include/boost/get_pointer.hpp:48:40: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 48 | template T * get_pointer(std::auto_ptr const& p) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 5>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/hmm_latent_rng.hpp:83:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1>, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::TriangularView >, 2>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::TriangularView >, 2>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::TriangularView >, 2>, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:32: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 6>, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: recursively required by substitution of 'template const Eigen::internal::triangular_solve_retval >, 6>, Other> Eigen::TriangularViewImpl >, 6, Eigen::Dense>::solve(const Eigen::MatrixBase&) const [with int Side = ; Other = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lgamma.hpp:120:50: required from 'auto stan::math::lgamma(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_not_var_matrix_t* = 0; stan::require_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:28:50: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:28:27: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:46: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:32:23: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: recursively required by substitution of 'template static std::true_type stan::is_base_pointer_convertible >::f(const Eigen::EigenBase*) [with OtherDerived = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: required from 'struct stan::is_eigen >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:301:19: required by substitution of 'template class stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type> [with T = Eigen::SparseMatrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:129:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:814:9: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:419:57: required from 'const auto& stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::val() const [with T = Eigen::SparseMatrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:169 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:169 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, 0>, void>::apply, 0> >(const Eigen::Diagonal, 0>&):: >(const Eigen::Diagonal, 0>&, const stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, 0>, void>::apply, 0> >(const Eigen::Diagonal, 0>&):: >(const Eigen::Diagonal, 0>&, const stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:278:47: required from 'struct Eigen::internal::traits, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:18:7: required from 'class Eigen::DiagonalBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:293:7: required from 'class Eigen::DiagonalWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>&>(const Eigen::Matrix, -1, 1>&):: [with auto:11 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::value_of, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::; Args = {const Eigen::Matrix, -1, 1, 0, -1, 1>&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:73:21: required from 'auto stan::math::value_of(EigMat&&) [with EigMat = const Eigen::Matrix, -1, 1>&; stan::require_eigen_dense_base_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:99:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:182:62: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:183:66: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:197:60: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:198:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:263:18: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:351:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:351:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:459:69: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:71: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:370:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_matrix.hpp:133:17: required from 'auto stan::math::to_matrix(const std::vector&, int, int) [with T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/read_dense_inv_metric.hpp:33:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:27:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:29:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:29:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:27:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:28:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:28:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue_varmat.hpp:145:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >' ../inst/include/CODOLS.hpp:30:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: required from 'struct Eigen::internal::cast_return_type, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:48:179: required from 'struct Eigen::DenseBase >::CastXpr' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:62:1: required by substitution of 'template typename Eigen::DenseBase >::CastXpr::Type Eigen::DenseBase >::cast() const [with NewType = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:47:52: required from 'auto stan::math::append_row(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix; stan::require_all_eigen_t* = 0]' stan_files/bernoulli.hpp:3633:76: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: required from 'struct Eigen::internal::cast_return_type, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:48:179: required from 'struct Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::CastXpr' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:62:1: required by substitution of 'template typename Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::CastXpr::Type Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::cast() const [with NewType = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:47:52: required from 'auto stan::math::append_row(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0]' stan_files/bernoulli.hpp:3642:76: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_col.hpp:49:18: required from 'auto stan::math::append_col(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix; = void]' stan_files/bernoulli.hpp:3632:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = double; Mat = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/bernoulli.hpp:4443:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:102:18: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; LP = double; Sizes = {int}; T = double]' stan_files/bernoulli.hpp:4659:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:83:26: required from 'auto stan::math::lb_constrain(T&&, L&&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = const int&; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:388:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; LP = double; Sizes = {int}; T = double]' stan_files/bernoulli.hpp:4659:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:83:26: required from 'auto stan::math::lb_constrain(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:175:49: required from 'auto stan::math::lb_constrain(const std::vector&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_not_std_vector_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LB = int; LP = double; Sizes = {int, int}; T = double]' stan_files/bernoulli.hpp:4673:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:102:18: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:177:26: required from 'auto stan::math::lb_constrain(const std::vector&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_not_std_vector_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LB = int; LP = double; Sizes = {int, int}; T = double]' stan_files/bernoulli.hpp:4673:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_constrain.hpp:133:26: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_eigen_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_not_var_t::type>* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; UB = int; LP = double; Sizes = {int}; T = double]' stan_files/bernoulli.hpp:4710:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_constrain.hpp:122:18: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_eigen_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_not_var_t::type>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; UB = int; LP = double; Sizes = {int}; T = double]' stan_files/bernoulli.hpp:4710:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:4776:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:4776:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/bernoulli.hpp:4853:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: [with auto:218 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/bernoulli.hpp:4852:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: [with auto:218 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/bernoulli.hpp:4852:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&, const stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&, const stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/bernoulli.hpp:4852:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:4851:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:4850:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:4849:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:4864:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:4863:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:4862:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:4938:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:4937:26: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:158:49: required from 'stan::model::rvalue&>(Eigen::Matrix&, const char*, const index_multi&):: [with auto:703 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::model::rvalue&>(Eigen::Matrix&, const char*, const index_multi&)::; Args = {Eigen::Matrix&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:156:33: required from 'auto stan::model::rvalue(EigVec&&, const char*, const index_multi&) [with EigVec = Eigen::Matrix&; stan::require_eigen_vector_t* = 0]' stan_files/bernoulli.hpp:4951:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:4950:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:187:21: required from 'auto stan::model::rvalue(Vec&&, const char*, index_min_max) [with Vec = Eigen::Matrix&; stan::require_vector_t* = 0; stan::require_not_std_vector_t* = 0]' stan_files/bernoulli.hpp:4984:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = double; Mat = Eigen::VectorBlock, -1>; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/bernoulli.hpp:4981:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:21: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:5122:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:32: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:5122:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:5141:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:107:13: required from 'auto stan::math::multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix; stan::require_all_eigen_vt* = 0; stan::require_not_eigen_row_and_col_t* = 0]' stan_files/bernoulli.hpp:5161:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:5160:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:5183:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:5209:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:35: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:11: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:11: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar&>(const std::vector&)::; Args = {const std::vector >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:72:21: required from 'auto stan::math::as_array_or_scalar(T&&) [with T = const std::vector&; stan::require_std_vector_t* = 0; stan::require_not_std_vector_t::type>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:39: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:43: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:55: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/fabs.hpp:67:51: required from 'stan::math::fabs, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >(const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >&):: [with auto:9 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::fabs, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >(const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >&)::; T2 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >; stan::require_t::type> >* = 0; T = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/fabs.hpp:66:46: required from 'auto stan::math::fabs(const Container&) [with Container = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:37: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >(const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >&):: [with auto:169 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >(const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >&)::; T2 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >; stan::require_t::type> >* = 0; T = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:49:25: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:75: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:32: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lgamma.hpp:120:50: required from 'auto stan::math::lgamma(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_not_var_matrix_t* = 0; stan::require_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:29: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:280:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:280:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:22: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:31:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:110:66: required from 'stan::math::value_of_rec, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&):: [with auto:1 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::value_of_rec, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::; Args = {Eigen::Map, 0, Eigen::Stride<0, 0> >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:108:21: required from 'auto stan::math::value_of_rec(T&&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; = void; = void]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_greater_or_equal.hpp:157:30: required from 'void stan::math::check_greater_or_equal(const char*, const char*, const T_y&, const T_low&, Idxs ...) [with T_y = std::vector; T_low = int; stan::require_vector_t* = 0; stan::require_not_std_vector_vt* = 0; stan::require_stan_scalar_t* = 0; Idxs = {}]' stan_files/bernoulli.hpp:2130:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:13 = const Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; Args = {const Eigen::Map, 0, Eigen::Stride<0, 0> >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: required from 'auto stan::math::as_array_or_scalar(T&&) [with T = const Eigen::Map, 0, Eigen::Stride<0, 0> >&; = void; stan::require_not_eigen_array_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_greater_or_equal.hpp:157:49: required from 'void stan::math::check_greater_or_equal(const char*, const char*, const T_y&, const T_low&, Idxs ...) [with T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_low = int; stan::require_vector_t* = 0; stan::require_not_std_vector_vt* = 0; stan::require_stan_scalar_t* = 0; Idxs = {}]' stan_files/bernoulli.hpp:2800:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:181:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:181:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:182:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:117:39: required from 'TupleT stan::math::internal::grad_2F1_impl_ab(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:204:78: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:62:1: required by substitution of 'template typename Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::CastXpr::Type Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::cast() const [with NewType = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:38: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:142:28: required from 'bool Eigen::DenseBase::hasNaN() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:40: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:31:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:142:28: required from 'bool Eigen::DenseBase::hasNaN() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:40: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:30:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/bernoulli.hpp:5025:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:79:21: required from 'auto stan::math::subtract(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:29: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/bernoulli.hpp:5566:26: required from 'void model_bernoulli_namespace::model_bernoulli::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6046:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:79:32: required from 'auto stan::math::subtract(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:29: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/bernoulli.hpp:5566:26: required from 'void model_bernoulli_namespace::model_bernoulli::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6046:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/bernoulli.hpp:5566:26: required from 'void model_bernoulli_namespace::model_bernoulli::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6046:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/bernoulli.hpp:5566:26: required from 'void model_bernoulli_namespace::model_bernoulli::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6046:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&, const stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&, const stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/bernoulli.hpp:5566:26: required from 'void model_bernoulli_namespace::model_bernoulli::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6046:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:13: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:29: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/bernoulli.hpp:5681:27: required from 'void model_bernoulli_namespace::model_bernoulli::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6046:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:32: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:29: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/bernoulli.hpp:5681:27: required from 'void model_bernoulli_namespace::model_bernoulli::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6046:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/bernoulli.hpp:5681:27: required from 'void model_bernoulli_namespace::model_bernoulli::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6046:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/bernoulli.hpp:5681:27: required from 'void model_bernoulli_namespace::model_bernoulli::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6046:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&):: >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&, const stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/bernoulli.hpp:5681:27: required from 'void model_bernoulli_namespace::model_bernoulli::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6046:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:29: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/bernoulli.hpp:5681:27: required from 'void model_bernoulli_namespace::model_bernoulli::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6046:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:29: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/bernoulli.hpp:5681:27: required from 'void model_bernoulli_namespace::model_bernoulli::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6046:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:113:51: required from 'stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: [with auto:341 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/bernoulli.hpp:5681:27: required from 'void model_bernoulli_namespace::model_bernoulli::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6046:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:113:74: required from 'stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: [with auto:341 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/bernoulli.hpp:5681:27: required from 'void model_bernoulli_namespace::model_bernoulli::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6046:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: >(const Eigen::Matrix&, const stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: >(const Eigen::Matrix&, const stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/bernoulli.hpp:5681:27: required from 'void model_bernoulli_namespace::model_bernoulli::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6046:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:115:7: required from 'class stan::math::Holder, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:312:16: required from 'auto stan::math::internal::make_holder_impl_construct_object(T&&, std::index_sequence, const std::tuple&) [with T = Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >; long unsigned int ...Is = {0}; Args = {Eigen::Matrix}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:330:43: required from 'auto stan::math::internal::make_holder_impl(const F&, std::index_sequence, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; long unsigned int ...Is = {0}; Args = {Eigen::Matrix}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:353:36: required from 'auto stan::math::make_holder(const F&, Args&& ...) [with F = logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_not_plain_type_t()((declval)()...))>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/bernoulli.hpp:5681:27: required from 'void model_bernoulli_namespace::model_bernoulli::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6046:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:467:22: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:468:16: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:475:61: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:72:102: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:92:109: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:92:109: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CommaInitializer.h:159:10: required from 'Eigen::CommaInitializer Eigen::DenseBase::operator<<(const Eigen::DenseBase&) [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:10: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:451:40: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:73: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:45:80: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:166:82: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:53: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:191:25: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3841:74: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3841:74: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:192:54: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3841:74: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:193:37: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3841:74: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3841:74: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3841:74: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:197:56: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3841:74: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:197:64: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3841:74: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&):: [with auto:11 = const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3841:74: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:52: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3841:74: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:58: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3841:74: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:61: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3841:74: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:160:48: required from 'auto stan::math::lb_constrain(const T&, const L&) [with T = Eigen::Matrix, -1, 1>; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:175:49: required from 'auto stan::math::lb_constrain(const std::vector&, const L&, stan::return_type_t&) [with T = Eigen::Matrix, -1, 1>; L = int; stan::require_not_std_vector_t* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int, int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3854:28: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:160:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int, int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3854:28: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:160:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int, int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3854:28: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:195:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:196:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:215:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:215:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1> >&>(arena_matrix, -1, 1> >&):: [with auto:11 = stan::math::arena_matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:56: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:63: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:31: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_exp_fun; T = stan::math::arena_matrix, void>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:42: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:35: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:22: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:219:34: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:219:48: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:38: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:45: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:66: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:59: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:44: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:38: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:31: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:20: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:231:39: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:163:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/bernoulli.hpp:3885:64: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Map, 0, Eigen::Stride<0, 0> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:3920:53: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:35:54: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:3920:53: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:49:54: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:3920:53: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:51:47: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:3920:53: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:51:50: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:3920:53: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:57:48: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:3920:53: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:24: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:3920:28: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:32: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:3920:28: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:35: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:3920:28: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:148:9: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:3920:28: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:150:47: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:3920:28: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:152:61: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:3920:28: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:145:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:3997:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:163:40: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:3997:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:170:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:3997:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:172:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:3997:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:30:69: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:3995:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:3995:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:3994:47: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:4008:51: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:4082:37: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:30:69: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:4094:35: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> > > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:4094:35: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&):: [with auto:11 = const Eigen::VectorBlock, -1, 1>, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:168:61: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::VectorBlock, -1, 1>, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4125:37: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:34:44: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; Types = {Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:36:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:66: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:54: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:38: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:54: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:53: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:37: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&):: [with auto:11 = stan::math::arena_matrix, -1, -1>, void>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:66:48: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; Types = {Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:65:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:46: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:95:50: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:4219:54: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:95:50: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:4219:54: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:47: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:4219:54: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:128:39: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:4219:54: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:135:47: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:4219:54: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:223:33: required from 'auto stan::math::add(const Var&, const VarMat&) [with Var = var_value; VarMat = Eigen::Matrix, -1, 1>; stan::require_var_vt* = 0; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:250:13: required from 'auto stan::math::add(const VarMat&, const Var&) [with Var = var_value; VarMat = Eigen::Matrix, -1, 1>; stan::require_var_vt* = 0; stan::require_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:4252:34: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:114:9: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::Matrix, -1, 1>; stan::require_all_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:4290:34: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:117:39: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::Matrix, -1, 1>; stan::require_all_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:4290:34: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:113:47: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >; stan::require_all_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:4314:36: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> > > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:114:9: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >; stan::require_all_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:4314:36: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::sqrt >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/bernoulli.hpp:1389:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4811:27: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:1387:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4811:27: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::square >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/bernoulli.hpp:1404:52: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4811:27: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:22: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:1414:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4811:27: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:13: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:1414:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4811:27: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:32: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:1414:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4811:27: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:1413:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4811:27: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:1413:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4811:27: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:1413:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4811:27: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&):: [with auto:218 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/bernoulli.hpp:1412:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4811:27: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/bernoulli.hpp:1412:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4811:27: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >, void>::apply, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&, const stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/bernoulli.hpp:1412:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4811:27: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:28:12: required from 'auto stan::math::multiply(const Mat&, Scal) [with Mat = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Scal = double; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/bernoulli.hpp:1418:32: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4811:27: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/bernoulli.hpp:1489:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4835:33: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/bernoulli.hpp:1489:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4835:33: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::Matrix, const Eigen::Matrix >, void>::apply, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&, const stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/bernoulli.hpp:1489:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4835:33: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/segment.hpp:26:19: required from 'auto stan::math::segment(const Vec&, size_t, size_t) [with Vec = Eigen::Matrix; stan::require_vector_t* = 0; size_t = long unsigned int]' stan_files/bernoulli.hpp:1003:52: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_bernoulli_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4995:25: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:1007:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_bernoulli_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4995:25: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:1007:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_bernoulli_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4995:25: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:107:13: required from 'auto stan::math::multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::VectorBlock, -1>; stan::require_all_eigen_vt* = 0; stan::require_not_eigen_row_and_col_t* = 0]' stan_files/bernoulli.hpp:1201:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_bernoulli_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4998:40: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/csr_matrix_times_vector.hpp:98:16: required from 'Eigen::Matrix::type, -1, 1> stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix; stan::require_all_not_rev_matrix_t* = 0; typename stan::return_type::type = double]' stan_files/bernoulli.hpp:5089:50: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_logit.hpp:88:53: required from 'auto stan::math::inv_logit(const T&) [with T = Eigen::Matrix; stan::require_not_var_matrix_t* = 0; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' stan_files/bernoulli.hpp:1673:35: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:5274:48: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Phi.hpp:71:47: required from 'auto stan::math::Phi(const T&) [with T = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/bernoulli.hpp:1678:31: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:5274:48: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/atan.hpp:61:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/atan.hpp:60:46: required from 'auto stan::math::atan(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/bernoulli.hpp:1684:55: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:5274:48: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::atan >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/atan.hpp:60:46: required from 'auto stan::math::atan(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/bernoulli.hpp:1684:55: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:5274:48: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, const Eigen::ArrayWrapper > > >&>(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&):: [with auto:13 = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:29: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:1684:38: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:5274:48: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:1684:38: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:5274:48: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:1684:38: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:5274:48: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:18: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:1683:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:5274:48: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:21: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:1683:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:5274:48: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:32: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/bernoulli.hpp:1683:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:5274:48: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::exp >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/bernoulli.hpp:1690:35: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:5274:48: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:42: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/bernoulli.hpp:1695:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:5274:48: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/bernoulli.hpp:1695:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:5274:48: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/bernoulli.hpp:1695:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:5274:48: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::inv_cloglog >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/bernoulli.hpp:1695:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:5274:48: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, member_sum, 1>; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 2, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 2, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 2, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 2, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:203:15: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:251:78: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 2, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:217:20: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:251:78: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:268:34: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:100:15: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:106:17: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2256:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2256 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2258:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2258 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2259:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2259 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2259:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2298:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2298 | PacketBlock kernel_half; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2298:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2304 | PacketBlock kernel_quarter; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:113:15: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1920:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1920 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1921 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1977:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1977 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1978:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1978 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1979:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1979 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1980:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1980 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:155:52: required from 'void Eigen::internal::tribb_kernel::operator()(ResScalar*, Index, Index, const LhsScalar*, const RhsScalar*, Index, Index, const ResScalar&) [with LhsScalar = double; RhsScalar = double; Index = long int; int mr = 4; int nr = 4; bool ConjLhs = false; bool ConjRhs = false; int ResInnerStride = 1; int UpLo = 2; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:370:46: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:370:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:26: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 0>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:43: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:352:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:80: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:67: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:45:80: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:76:64: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: required from 'struct Eigen::internal::cast_return_type, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:48:179: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4158:76: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_linesearch.hpp:247:23: required from 'int stan::optimization::WolfeLineSearch(FunctorType&, Scalar&, XType&, Scalar&, XType&, const XType&, const XType&, const Scalar&, const XType&, const Scalar&, const Scalar&, const Scalar&, const Scalar&, const Scalar&) [with FunctorType = ModelAdaptor; Scalar = double; XType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:209:28: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:78: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:64: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:52: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:47: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:24: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Product, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:55:20: required from 'void stan::optimization::BFGSUpdate_HInv::search_direction(VectorT&, const VectorT&) const [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:254:25: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:40: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:1413:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:3955:27: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:31:9: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:1413:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:3955:27: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:35:50: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:1413:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:3955:27: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:50:50: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:1413:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:3955:27: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:52:51: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:1413:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:3955:27: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:58:44: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:1413:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:3955:27: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:61:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:1413:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:3955:27: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:61:52: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:1413:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_bernoulli_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = double; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:3955:27: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:131:53: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/bernoulli.hpp:1007:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_bernoulli_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4139:25: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:134:39: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/bernoulli.hpp:1007:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_bernoulli_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4139:25: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:143:58: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/bernoulli.hpp:1007:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_bernoulli_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4139:25: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:143:38: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/bernoulli.hpp:1007:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_bernoulli_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4139:25: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:149:53: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/bernoulli.hpp:1007:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_bernoulli_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4139:25: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:151:51: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/bernoulli.hpp:1007:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_bernoulli_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4139:25: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, -1>&>(const Eigen::Matrix, -1, -1>&):: [with auto:11 = const Eigen::Matrix, -1, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1201:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_bernoulli_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4142:40: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&):: [with auto:11 = const Eigen::VectorBlock, -1, 1>, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1201:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_bernoulli_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4142:40: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:111:42: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:112:34: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:112:20: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:114:42: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:122:66: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:122:65: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:126:59: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:126:53: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:126:44: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:125:18: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:141:41: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:142:41: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:142:72: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:142:56: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:141:34: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:139:22: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:149:55: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:156:30: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:159:29: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:159:70: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:58:64: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4420:56: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:40: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4420:56: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4420:56: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:79:62: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4420:56: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:94:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4420:56: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:96:35: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4420:56: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:45: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4420:56: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:59: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4420:56: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&>(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&):: [with auto:13 = const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&>(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::; Args = {const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:60:68: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log >(const Eigen::Array&):: [with auto:169 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:81:68: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:85:23: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:90:27: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:53: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:44: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:65: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:35: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: required from 'stan::math::inv >(const Eigen::Array&):: [with auto:220 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:101:63: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:45: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:59:64: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4456:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:65: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4456:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4456:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4456:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4456:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:82:26: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4507:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:40: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4545:58: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4545:58: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:39: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:104:12: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:98:62: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:39: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:112:24: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:169 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:113:29: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:17: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:139:54: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:147:45: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:268:7: required from 'Eigen::MapBase::ScalarWithConstIfNotLvalue& Eigen::MapBase::coeffRef(Eigen::Index) [with Derived = Eigen::Block, -1, 1, true>; ScalarWithConstIfNotLvalue = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:367:25: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; VectorY = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:895:24: required from 'void Eigen::internal::tridiagonal_qr_step(RealScalar*, RealScalar*, Index, Index, Scalar*, Index) [with int StorageOrder = 0; RealScalar = double; Scalar = double; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:548:87: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::min_coeff_visitor, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:323:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:496:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:563:35: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:125: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:74: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:50: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:507:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:567:77: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Matrix; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Matrix; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Matrix; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Matrix; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Matrix; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:47:25: required from 'auto stan::math::append_row(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix; stan::require_all_eigen_t* = 0]' stan_files/bernoulli.hpp:3633:76: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::Matrix; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::Matrix; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::Matrix; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::Matrix; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Matrix; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_col.hpp:49:26: required from 'auto stan::math::append_col(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix; = void]' stan_files/bernoulli.hpp:3632:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/bernoulli.hpp:5025:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:112:20: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = double; T_beta = Eigen::Matrix; stan::require_matrix_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:114:42: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = double; T_beta = Eigen::Matrix; stan::require_matrix_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:141:41: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = double; T_beta = Eigen::Matrix; stan::require_matrix_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:142:41: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = double; T_beta = Eigen::Matrix; stan::require_matrix_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:142:56: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = double; T_beta = Eigen::Matrix; stan::require_matrix_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:141:34: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = double; T_beta = Eigen::Matrix; stan::require_matrix_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:139:22: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = double; T_beta = Eigen::Matrix; stan::require_matrix_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:156:30: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = double; T_beta = Eigen::Matrix; stan::require_matrix_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Transpose >, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:159:70: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = double; T_beta = Eigen::Matrix; stan::require_matrix_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: required from 'struct Eigen::internal::cast_return_type, -1, 1, false>, const Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:48:179: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4398:48: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_exp_fun; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4404:48: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/minus.hpp:19:10: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4404:48: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >&)::, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >&)::, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >&)::, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >&)::, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, void>::apply(const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >&)::, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_exp_fun; T = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4404:48: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4420:56: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log > >(const Eigen::ArrayWrapper >&):: [with auto:169 = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: required from 'stan::math::inv > >(const Eigen::ArrayWrapper >&):: [with auto:220 = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:26: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&):: [with auto:13 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4456:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:169 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4456:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: required from 'stan::math::inv, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:220 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4456:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:26: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4456:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4456:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4456:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4456:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4456:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:82:26: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4507:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:100:47: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4507:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:40: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4545:58: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4545:58: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4552:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:147:45: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:199:45: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:77:53: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = int; T_prob = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1815:50: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::pw_bern(const int&, const T1__&, const int&, std::ostream*) [with T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4409:41: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:77:44: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = int; T_prob = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1815:50: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::pw_bern(const int&, const T1__&, const int&, std::ostream*) [with T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4409:41: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::Array, Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:76:18: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = int; T_prob = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1815:50: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::pw_bern(const int&, const T1__&, const int&, std::ostream*) [with T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4409:41: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:85:56: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = int; T_prob = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1815:50: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::pw_bern(const int&, const T1__&, const int&, std::ostream*) [with T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4409:41: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseNullaryOp, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:85:34: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = int; T_prob = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1815:50: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::pw_bern(const int&, const T1__&, const int&, std::ostream*) [with T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4409:41: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseNullaryOp, Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseNullaryOp, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseNullaryOp, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Select, const Eigen::CwiseNullaryOp, Eigen::Array >, const Eigen::Array >, Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_lpmf.hpp:83:22: required from 'stan::return_type_t stan::math::bernoulli_logit_lpmf(const T_n&, const T_prob&) [with bool propto = false; T_n = int; T_prob = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1815:50: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::pw_bern(const int&, const T1__&, const int&, std::ostream*) [with T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4409:41: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1827:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::pw_bern(const int&, const T1__&, const int&, std::ostream*) [with T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4409:41: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:149:72: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = double; Mat = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/bernoulli.hpp:1684:38: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:1827:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::pw_bern(const int&, const T1__&, const int&, std::ostream*) [with T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4409:41: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:149:53: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1827:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::pw_bern(const int&, const T1__&, const int&, std::ostream*) [with T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4409:41: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1827:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::pw_bern(const int&, const T1__&, const int&, std::ostream*) [with T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4409:41: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:148:9: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = double; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:1683:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::linkinv_bern(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:1827:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::pw_bern(const int&, const T1__&, const int&, std::ostream*) [with T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4409:41: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:150:47: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1827:45: required from 'Eigen::Matrix::type>::type, -1, 1> model_bernoulli_namespace::pw_bern(const int&, const T1__&, const int&, std::ostream*) [with T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4409:41: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1331:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1331:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:35: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1331:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:27: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1331:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:52: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1331:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:35: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1331:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:105:23: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1331:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:42: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1331:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1342:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:27: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1342:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1342:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1342:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:52: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1342:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:35: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1342:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1342:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1342:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1342:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:43: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1342:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1342:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1344:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:27: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1344:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1344:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:52: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1344:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:28: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1344:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:35: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1344:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1344:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1344:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1344:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:43: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1344:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1344:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/accumulator.hpp:135:50: required from 'stan::math::var stan::math::accumulator::type>::value, void>::type>::sum() const [with T = stan::math::var_value; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type; stan::math::var = stan::math::var_value]' stan_files/bernoulli.hpp:4602:26: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:453:45: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:372:86: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:34:74: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:35:60: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:35:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, 1, -1, false>, 0>; Derived = Eigen::Block, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:501:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:90: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, -1, -1, false>, 2>, Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:550:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:561:27: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/ref_type.hpp:42:38: required from 'struct stan::ref_type_if, -1>, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/ref_type.hpp:57:7: required by substitution of 'template using ref_type_if_t = typename stan::ref_type_if::type [with bool Condition = false; T = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:50:9: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1>; T_scale_succ = Eigen::Matrix; T_scale_fail = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:1331:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; T2__ = Eigen::Matrix; T3__ = Eigen::Matrix; T4__ = Eigen::Matrix; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, -1>&>(const Eigen::VectorBlock, -1>&):: [with auto:13 = const Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, -1, 1, false> > >(const Eigen::ArrayWrapper, -1, 1, false> >&):: [with auto:169 = Eigen::ArrayWrapper, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_fun; T = Eigen::ArrayWrapper, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:27: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:61: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:105:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:21: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:42: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:53:48: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:388:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/advi.hpp:223:11: required from 'double stan::variational::advi::adapt_eta(Q&, int, stan::callbacks::logger&) const [with Model = model_bernoulli_namespace::model_bernoulli; Q = stan::variational::normal_meanfield; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/advi.hpp:468:13: required from 'int stan::variational::advi::run(double, bool, int, double, int, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) const [with Model = model_bernoulli_namespace::model_bernoulli; Q = stan::variational::normal_meanfield; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/experimental/advi/meanfield.hpp:82:15: required from 'int stan::services::experimental::advi::meanfield(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, double, double, bool, int, int, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:900:18: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:49:27: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/bernoulli.hpp:4246:44: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:60:46: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/bernoulli.hpp:4246:44: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:68:48: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/bernoulli.hpp:4246:44: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp > >(const arena_matrix >&):: [with auto:304 = stan::math::arena_matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1963:25: required from 'stan::promote_args_t::type, typename stan::base_type::type> model_bernoulli_namespace::clogit_lpdf(const T0__&, const T1__&, const std::vector&, const std::vector&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4398:48: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1963:25: required from 'stan::promote_args_t::type, typename stan::base_type::type> model_bernoulli_namespace::clogit_lpdf(const T0__&, const T1__&, const std::vector&, const std::vector&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4398:48: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_sum_exp.hpp:76:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1963:25: required from 'stan::promote_args_t::type, typename stan::base_type::type> model_bernoulli_namespace::clogit_lpdf(const T0__&, const T1__&, const std::vector&, const std::vector&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4398:48: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_sum_exp.hpp:76:67: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1963:25: required from 'stan::promote_args_t::type, typename stan::base_type::type> model_bernoulli_namespace::clogit_lpdf(const T0__&, const T1__&, const std::vector&, const std::vector&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4398:48: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_sum_exp.hpp:76:76: required from 'stan::math::var stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix, -1, 1>; stan::require_eigen_st* = 0; stan::require_not_var_matrix_t* = 0; var = var_value]' stan_files/bernoulli.hpp:1871:37: required from 'stan::promote_args_t::type> model_bernoulli_namespace::log_clogit_denom(const int&, const int&, const T2__&, std::ostream*) [with T2__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:1963:25: required from 'stan::promote_args_t::type, typename stan::base_type::type> model_bernoulli_namespace::clogit_lpdf(const T0__&, const T1__&, const std::vector&, const std::vector&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4398:48: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, 0, Eigen::Stride<0, 0> > > >::val_Op, Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_sum_exp.hpp:76:22: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1963:25: required from 'stan::promote_args_t::type, typename stan::base_type::type> model_bernoulli_namespace::clogit_lpdf(const T0__&, const T1__&, const std::vector&, const std::vector&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4398:48: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:268:34: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, true>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, true>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, true>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, true>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, 0>, -1, 1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:54: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:523:57: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 16, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:280:48: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Func = generic_product_impl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 5>::set]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:317:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, true>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:306:38: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:310:42: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:314:45: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:511:85: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, -1, 1, true>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:9: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:522:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:522:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CommaInitializer.h:159:10: required from 'Eigen::CommaInitializer Eigen::DenseBase::operator<<(const Eigen::DenseBase&) [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:10: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:28: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, 1, -1, false>; Rhs = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:507:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:567:77: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, Eigen::Matrix, 0>; OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Product, Eigen::Matrix, 0>; EvalReturnType = const Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/eval.hpp:35:18: required from 'decltype(auto) stan::math::eval(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; stan::require_not_same_t::type, typename stan::plain_type::type>* = 0]' stan_files/bernoulli.hpp:5072:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, Eigen::Matrix, 0>; OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Product, Eigen::Matrix, 0>; EvalReturnType = const Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/eval.hpp:35:18: required from 'decltype(auto) stan::math::eval(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; stan::require_not_same_t::type, typename stan::plain_type::type>* = 0]' stan_files/bernoulli.hpp:5072:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:199:45: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:82:38: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4420:56: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:90:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4456:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:113:25: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4577:66: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>; U = Eigen::Block >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:166:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, false>; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, false>; Derived = Eigen::Block, -1, 1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:372:86: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:15: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, Eigen::Matrix, 0>; OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Product, Eigen::Matrix, 0>; EvalReturnType = const Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/eval.hpp:35:18: required from 'decltype(auto) stan::math::eval(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; stan::require_not_same_t::type, typename stan::plain_type::type>* = 0]' stan_files/bernoulli.hpp:5072:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, Eigen::Matrix, 0>; OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Product, Eigen::Matrix, 0>; EvalReturnType = const Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/eval.hpp:35:18: required from 'decltype(auto) stan::math::eval(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; stan::require_not_same_t::type, typename stan::plain_type::type>* = 0]' stan_files/bernoulli.hpp:5072:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' stan_files/bernoulli.hpp:1769:32: required from 'stan::promote_args_t::type, typename stan::base_type::type> model_bernoulli_namespace::bern_lpdf(const T0__&, const T1__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4404:48: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4440:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/bernoulli.hpp:4456:63: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:469:72: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:469:55: required from 'static void Eigen::internal::generic_product_impl::eval_dynamic_impl(Dst&, const LhsT&, const RhsT&, const Func&, const Scalar&, Eigen::internal::true_type) [with Dst = Eigen::Matrix; LhsT = Eigen::Matrix; RhsT = Eigen::Transpose >; Func = Eigen::internal::assign_op; Scalar = double; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:446:22: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp > >(const arena_matrix >&):: [with auto:304 = stan::math::arena_matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp > >(const arena_matrix >&)::; T = stan::math::arena_matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1963:25: required from 'stan::promote_args_t::type, typename stan::base_type::type> model_bernoulli_namespace::clogit_lpdf(const T0__&, const T1__&, const std::vector&, const std::vector&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4398:48: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:16: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1331:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1342:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1342:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1344:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:1344:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_bernoulli_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:90: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:57: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:64:57: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:73:50: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:123:11: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, -1, 1, false>; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, 1, false>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::VectorBlock, -1>; stan::require_eigen_vt* = 0; stan::value_type_t = double]' stan_files/bernoulli.hpp:1887:29: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4398:48: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4594:43: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>; Rhs = Eigen::Transpose >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 1; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:111:57: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:111:57: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, 0, Eigen::Stride<0, 0> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:88:18: required from 'stan::math::log_sum_exp > >(const arena_matrix >&):: [with auto:304 = stan::math::arena_matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:1963:25: required from 'stan::promote_args_t::type, typename stan::base_type::type> model_bernoulli_namespace::clogit_lpdf(const T0__&, const T1__&, const std::vector&, const std::vector&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4398:48: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:292:8: required from 'struct Eigen::internal::evaluator > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseUtil.h:121:8: required from 'struct Eigen::internal::plain_object_eval >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseDenseProduct.h:187:104: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Matrix; int ProductType = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::SparseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/csr_matrix_times_vector.hpp:98:18: required from 'Eigen::Matrix::type, -1, 1> stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix; stan::require_all_not_rev_matrix_t* = 0; typename stan::return_type::type = double]' stan_files/bernoulli.hpp:5089:50: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:74: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = false; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:337: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h: In instantiation of 'static void Eigen::internal::selfadjoint_matrix_vector_product::run(Index, const Scalar*, Index, const Scalar*, Scalar*, Scalar) [with Scalar = double; Index = long int; int StorageOrder = 0; int UpLo = 1; bool ConjugateLhs = false; bool ConjugateRhs = false; int Version = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:229:7: required from 'static void Eigen::internal::selfadjoint_product_impl::run(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; int LhsMode = 17; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:805:109: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int ProductTag = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:62:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 62 | conj_helper::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, IsRowMajor), ConjugateRhs> pcj0; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:62:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:63:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 63 | conj_helper::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, !IsRowMajor), ConjugateRhs> pcj1; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:63:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, 1, false>; Derived = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:519:22: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Block, -1, 1, false>, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, Eigen::Matrix, 0>; OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Product, Eigen::Matrix, 0>; EvalReturnType = const Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/eval.hpp:35:18: required from 'decltype(auto) stan::math::eval(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; stan::require_not_same_t::type, typename stan::plain_type::type>* = 0]' stan_files/bernoulli.hpp:5072:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:32: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:166: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/Memory.h: In instantiation of 'Index Eigen::internal::first_default_aligned(const Scalar*, Index) [with Scalar = double; Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:89:68: required from 'static void Eigen::internal::selfadjoint_matrix_vector_product::run(Index, const Scalar*, Index, const Scalar*, Scalar*, Scalar) [with Scalar = double; Index = long int; int StorageOrder = 0; int UpLo = 1; bool ConjugateLhs = false; bool ConjugateRhs = false; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:229:7: required from 'static void Eigen::internal::selfadjoint_product_impl::run(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; int LhsMode = 17; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:805:109: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int ProductTag = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/Memory.h:500:60: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 500 | return first_aligned::alignment>(array, size); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, 1, false>, 1, 1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, 1, false>, 1, 1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, 1, false>, 1, 1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, 1, false>, 1, 1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, 1, false>, 1, 1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:184:17: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:328:36: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:328:36: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:111:57: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:111:57: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>; U = Eigen::Block >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block >, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block >, -1, 1, true>; Derived = Eigen::Block, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = true]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:346:25: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 1; bool ConjugateLhs = false; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = false; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> > >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, true>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:233:85: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:364:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:408:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:456:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Diagonal, 0>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:42: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = true]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:319:27: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:364:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:408:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:456:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:111:57: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/bernoulli_logit_glm_lpmf.hpp:111:57: required from 'stan::return_type_t stan::math::bernoulli_logit_glm_lpmf(const T_y&, const T_x&, const T_alpha&, const T_beta&) [with bool propto = false; T_y = std::vector; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:150:68: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:97:18: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:125:66: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:769:69: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:282:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseUtil.h:121:8: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::Stride<0, 0> >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseDenseProduct.h:187:104: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >; int ProductType = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::internal::generic_product_impl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::SparseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:23: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/bernoulli.hpp:4219:54: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator, Eigen::Transpose >, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = div_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::div_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:28: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:333:21: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:39:18: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:57: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:72: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:52: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:43: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/bernoulli.hpp:1200:30: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_bernoulli_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4998:40: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:151:29: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Diagonal, 0>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:42: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:48: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, 1, -1, true>, 1, -1, false>; int Mode = 5; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >; Rhs = const Eigen::Block, -1, -1, false>, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:22: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:301:29: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:54: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false> >, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false> >, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/bernoulli.hpp:4162:69: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/bernoulli.hpp:1200:30: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_bernoulli_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4998:40: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:106: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:77: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:127: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/bernoulli.hpp:1200:30: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_bernoulli_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:4998:40: required from 'void model_bernoulli_namespace::model_bernoulli::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6018:21: required from 'void model_bernoulli_namespace::model_bernoulli::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:151:29: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_bernoulli_namespace::model_bernoulli; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/bernoulli.hpp:4197:49: required from 'stan::scalar_type_t model_bernoulli_namespace::model_bernoulli::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/bernoulli.hpp:6029:47: required from 'T_ model_bernoulli_namespace::model_bernoulli::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_bernoulli_namespace::model_bernoulli; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:114: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 33 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Derived = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >; SrcEvaluatorTypeT = Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_bernoulli_namespace::model_bernoulli; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_bernoulli_namespace::model_bernoulli; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/bernoulli.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/sum.hpp:32:18: required from 'stan::math::sum > >(const std::vector, arena_allocator > >&):: mutable [with auto:446 = stan::math::internal::callback_vari > >(const std::vector, arena_allocator > >&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::sum > >(const std::vector, arena_allocator > >&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:40:30: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix >&; stan::require_rev_matrix_t* = 0; stan::require_not_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl >, 1024>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:47:31: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = Eigen::Map >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_not_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:47:34: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = Eigen::Map >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_not_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:32:49: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:32:30: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> > > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 0, Eigen::Stride<0, 0> >, 1024>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:33:37: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:33:40: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from 'double stan::mcmc::diag_e_metric::T(stan::mcmc::diag_e_point&) [with Model = model_bernoulli_namespace::model_bernoulli; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:20:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_bernoulli_namespace::model_bernoulli; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_bernoulli_namespace::model_bernoulli; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from 'double stan::mcmc::diag_e_metric::T(stan::mcmc::diag_e_point&) [with Model = model_bernoulli_namespace::model_bernoulli; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:20:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_bernoulli_namespace::model_bernoulli; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_bernoulli_namespace::model_bernoulli; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_bernoulli_namespace::model_bernoulli; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_bernoulli_namespace::model_bernoulli; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_bernoulli_namespace::model_bernoulli; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_bernoulli_namespace::model_bernoulli; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_bernoulli_namespace::model_bernoulli; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_bernoulli_namespace::model_bernoulli; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_bernoulli_namespace::model_bernoulli; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_bernoulli_namespace::model_bernoulli; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ "/home/th798/R/R-devel/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/polr.stan Wrote C++ file "stan_files/polr.cc" /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I"../inst/include" -I"/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/rstan/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c stan_files/polr.cc -o stan_files/polr.o In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/rstaninc.hpp:3, from stan_files/polr.hpp:18, from stan_files/polr.cc:3: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:222:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 222 | template<> struct unpacket_traits { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:228:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 228 | template<> struct unpacket_traits { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1124:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1124 | ptranspose(PacketBlock& kernel) { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1129:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1129 | ptranspose(PacketBlock& kernel) { | ^ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:18, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/shared_ptr.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/date_time/time_clock.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/date_time/posix_time/posix_time_types.hpp:10, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:15, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/rstaninc.hpp:4: /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 361 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) | ^~~~~~~~ In file included from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/memory:76, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:7: /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:251:65: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 251 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:508:31: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 508 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:521:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 521 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:604:34: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 604 | shared_ptr & operator=( std::auto_ptr & r ) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:613:34: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 613 | shared_ptr & operator=( std::auto_ptr && r ) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:615:38: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 615 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:19:52: required from 'struct Eigen::internal::traits > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolverBase.h:68:7: required from 'class Eigen::SolverBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:59:49: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:69:42: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true>, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:17: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:244 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:244 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::ceil >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::ceil >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_minCoeff, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_minCoeff, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_minCoeff, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_minCoeff, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim.hpp:15, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/dump.hpp:7, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:43: /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp: At global scope: /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:111:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 111 | public std::iterator { | ^~~~~~~~ In file included from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_algobase.h:65, from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/specfun.h:45, from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/cmath:1935, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/platform/compiler.h:100, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/r/headers.h:66, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/RcppCommon.h:30, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp.h:27, from stan_files/polr.cc:1: /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:149:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 149 | public std::iterator { | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:204:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 204 | public std::iterator { | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-devel/library/BH/include/boost/get_pointer.hpp:48:40: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 48 | template T * get_pointer(std::auto_ptr const& p) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 5>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/hmm_latent_rng.hpp:83:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1>, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::TriangularView >, 2>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::TriangularView >, 2>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::TriangularView >, 2>, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:32: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 6>, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: recursively required by substitution of 'template const Eigen::internal::triangular_solve_retval >, 6>, Other> Eigen::TriangularViewImpl >, 6, Eigen::Dense>::solve(const Eigen::MatrixBase&) const [with int Side = ; Other = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lgamma.hpp:120:50: required from 'auto stan::math::lgamma(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_not_var_matrix_t* = 0; stan::require_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:28:50: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:28:27: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:46: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:32:23: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: recursively required by substitution of 'template static std::true_type stan::is_base_pointer_convertible >::f(const Eigen::EigenBase*) [with OtherDerived = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: required from 'struct stan::is_eigen >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:301:19: required by substitution of 'template class stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type> [with T = Eigen::SparseMatrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:129:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:814:9: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:419:57: required from 'const auto& stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::val() const [with T = Eigen::SparseMatrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:169 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:169 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, 0>, void>::apply, 0> >(const Eigen::Diagonal, 0>&):: >(const Eigen::Diagonal, 0>&, const stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, 0>, void>::apply, 0> >(const Eigen::Diagonal, 0>&):: >(const Eigen::Diagonal, 0>&, const stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:278:47: required from 'struct Eigen::internal::traits, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:18:7: required from 'class Eigen::DiagonalBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:293:7: required from 'class Eigen::DiagonalWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>&>(const Eigen::Matrix, -1, 1>&):: [with auto:11 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::value_of, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::; Args = {const Eigen::Matrix, -1, 1, 0, -1, 1>&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:73:21: required from 'auto stan::math::value_of(EigMat&&) [with EigMat = const Eigen::Matrix, -1, 1>&; stan::require_eigen_dense_base_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:99:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:182:62: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:183:66: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:197:60: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:198:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:263:18: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:351:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:351:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:459:69: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:71: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:370:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_matrix.hpp:133:17: required from 'auto stan::math::to_matrix(const std::vector&, int, int) [with T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/read_dense_inv_metric.hpp:33:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:27:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:29:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:29:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:27:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:28:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:28:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue_varmat.hpp:145:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >' ../inst/include/CODOLS.hpp:30:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:107:13: required from 'auto stan::math::multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_vt* = 0; stan::require_not_eigen_row_and_col_t* = 0]' stan_files/polr.hpp:1456:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:28:12: required from 'auto stan::math::multiply(const Mat&, Scal) [with Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Scal = double; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/polr.hpp:1601:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:28:12: required from 'auto stan::math::multiply(const Mat&, Scal) [with Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >; Scal = double; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/polr.hpp:1600:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:21: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/polr.hpp:1642:26: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:32: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/polr.hpp:1642:26: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/polr.hpp:1685:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/polr.hpp:1692:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/polr.hpp:1848:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/polr.hpp:1848:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:35: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:11: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:11: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar&>(const std::vector&)::; Args = {const std::vector >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:72:21: required from 'auto stan::math::as_array_or_scalar(T&&) [with T = const std::vector&; stan::require_std_vector_t* = 0; stan::require_not_std_vector_t::type>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:39: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:43: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:55: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/fabs.hpp:67:51: required from 'stan::math::fabs, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >(const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >&):: [with auto:9 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::fabs, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >(const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >&)::; T2 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >; stan::require_t::type> >* = 0; T = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/fabs.hpp:66:46: required from 'auto stan::math::fabs(const Container&) [with Container = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:37: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >(const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >&):: [with auto:169 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >(const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >&)::; T2 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >; stan::require_t::type> >* = 0; T = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:49:25: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:75: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:32: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lgamma.hpp:120:50: required from 'auto stan::math::lgamma(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_not_var_matrix_t* = 0; stan::require_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:29: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:280:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:280:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:22: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:31:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:110:66: required from 'stan::math::value_of_rec, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&):: [with auto:1 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::value_of_rec, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::; Args = {Eigen::Map, 0, Eigen::Stride<0, 0> >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:108:21: required from 'auto stan::math::value_of_rec(T&&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; = void; = void]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_greater_or_equal.hpp:157:30: required from 'void stan::math::check_greater_or_equal(const char*, const char*, const T_y&, const T_low&, Idxs ...) [with T_y = std::vector; T_low = int; stan::require_vector_t* = 0; stan::require_not_std_vector_vt* = 0; stan::require_stan_scalar_t* = 0; Idxs = {}]' stan_files/polr.hpp:919:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:13 = const Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; Args = {const Eigen::Map, 0, Eigen::Stride<0, 0> >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: required from 'auto stan::math::as_array_or_scalar(T&&) [with T = const Eigen::Map, 0, Eigen::Stride<0, 0> >&; = void; stan::require_not_eigen_array_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_greater_or_equal.hpp:157:49: required from 'void stan::math::check_greater_or_equal(const char*, const char*, const T_y&, const T_low&, Idxs ...) [with T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_low = int; stan::require_vector_t* = 0; stan::require_not_std_vector_vt* = 0; stan::require_stan_scalar_t* = 0; Idxs = {}]' stan_files/polr.hpp:1209:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/unit_vector_constrain.hpp:56:21: required from 'stan::plain_type_t stan::math::unit_vector_constrain(const T1&, T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = double; stan::require_eigen_col_vector_t* = 0; stan::require_all_not_vt_autodiff* = 0; stan::plain_type_t = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:506:46: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; Sizes = {int}; stan::require_not_std_vector_t* = 0; T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LP = double; Sizes = {int}; stan::require_std_vector_t* = 0; T = double; size_t = long unsigned int]' stan_files/polr.hpp:1562:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/unit_vector_constrain.hpp:56:24: required from 'stan::plain_type_t stan::math::unit_vector_constrain(const T1&, T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = double; stan::require_eigen_col_vector_t* = 0; stan::require_all_not_vt_autodiff* = 0; stan::plain_type_t = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:506:46: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; Sizes = {int}; stan::require_not_std_vector_t* = 0; T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LP = double; Sizes = {int}; stan::require_std_vector_t* = 0; T = double; size_t = long unsigned int]' stan_files/polr.hpp:1562:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:181:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:181:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:182:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:117:39: required from 'TupleT stan::math::internal::grad_2F1_impl_ab(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:204:78: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:62:1: required by substitution of 'template typename Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::CastXpr::Type Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::cast() const [with NewType = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:38: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:142:28: required from 'bool Eigen::DenseBase::hasNaN() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:40: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:31:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:142:28: required from 'bool Eigen::DenseBase::hasNaN() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:40: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:30:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/polr.hpp:1642:61: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:563:19: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:467:22: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:468:16: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:475:61: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_self.hpp:31:23: required from 'stan::value_type_t stan::math::dot_self(const T&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_eigen_t* = 0; stan::require_not_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/unit_vector_constrain.hpp:53:33: required from 'stan::plain_type_t stan::math::unit_vector_constrain(const T1&, T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = double; stan::require_eigen_col_vector_t* = 0; stan::require_all_not_vt_autodiff* = 0; stan::plain_type_t = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:506:46: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; Sizes = {int}; stan::require_not_std_vector_t* = 0; T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LP = double; Sizes = {int}; stan::require_std_vector_t* = 0; T = double; size_t = long unsigned int]' stan_files/polr.hpp:1562:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:72:102: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:92:109: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:92:109: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CommaInitializer.h:159:10: required from 'Eigen::CommaInitializer Eigen::DenseBase::operator<<(const Eigen::DenseBase&) [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:10: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:451:40: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:73: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:45:80: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:166:82: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:169:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:53: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:191:25: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:569:31: required from 'auto stan::io::deserializer::read_constrain_simplex(LP&, size_t) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LP = stan::math::var_value; stan::require_not_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/polr.hpp:1368:63: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:569:31: required from 'auto stan::io::deserializer::read_constrain_simplex(LP&, size_t) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LP = stan::math::var_value; stan::require_not_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/polr.hpp:1368:63: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:38:39: required from 'auto stan::math::unit_vector_constrain(const T&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; stan::require_rev_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:63:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/polr.hpp:1376:24: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:41:32: required from 'auto stan::math::unit_vector_constrain(const T&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; stan::require_rev_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:63:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/polr.hpp:1376:24: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:43:49: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/polr.hpp:1376:24: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:43:69: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/polr.hpp:1376:24: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:43:52: required from 'auto stan::math::unit_vector_constrain(const T&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; stan::require_rev_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:63:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/polr.hpp:1376:24: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:43:28: required from 'auto stan::math::unit_vector_constrain(const T&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; stan::require_rev_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:63:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/polr.hpp:1376:24: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:42:22: required from 'auto stan::math::unit_vector_constrain(const T&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; stan::require_rev_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:63:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/polr.hpp:1376:24: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:196:18: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = var_value; stan::require_matrix_t* = 0; stan::require_not_matrix_t* = 0; stan::require_any_st_var* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1401:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:145:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:196:18: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = var_value; stan::require_matrix_t* = 0; stan::require_not_matrix_t* = 0; stan::require_any_st_var* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1401:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:163:40: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:196:18: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = var_value; stan::require_matrix_t* = 0; stan::require_not_matrix_t* = 0; stan::require_any_st_var* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1401:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:170:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:196:18: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = var_value; stan::require_matrix_t* = 0; stan::require_not_matrix_t* = 0; stan::require_any_st_var* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1401:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:172:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:196:18: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix, -1, 1>; T2 = var_value; stan::require_matrix_t* = 0; stan::require_not_matrix_t* = 0; stan::require_any_st_var* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_complex_t::type>* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1401:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:34:44: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:40: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:66: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:54: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:38: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:54: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>; Types = {Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:55:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:53: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:37: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&):: [with auto:11 = stan::math::arena_matrix, -1, -1>, void>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:66:48: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; Types = {Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:65:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:46: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:95:50: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/polr.hpp:1436:52: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:95:50: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/polr.hpp:1436:52: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1> >&>(arena_matrix, -1, 1> >&):: [with auto:11 = stan::math::arena_matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:57: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/polr.hpp:1436:52: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:47: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/polr.hpp:1436:52: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:128:39: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/polr.hpp:1436:52: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:135:47: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/polr.hpp:1436:52: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:24: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/polr.hpp:1448:30: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:32: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/polr.hpp:1448:30: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:35: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/polr.hpp:1448:30: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:148:9: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/polr.hpp:1448:30: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:150:47: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/polr.hpp:1448:30: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>&>(const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>&):: [with auto:13 = const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:55: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/polr.hpp:1455:30: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:35: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/polr.hpp:1455:30: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > > >, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:148:9: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/polr.hpp:1455:30: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:150:47: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/polr.hpp:1455:30: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/csr_matrix_times_vector.hpp:98:16: required from 'Eigen::Matrix::type, -1, 1> stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix; stan::require_all_not_rev_matrix_t* = 0; typename stan::return_type::type = double]' stan_files/polr.hpp:1673:50: required from 'void model_polr_namespace::model_polr::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2164:21: required from 'void model_polr_namespace::model_polr::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, member_sum, 1>; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 2, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 2, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 2, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 2, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:203:15: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:251:78: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 2, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:217:20: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:251:78: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:268:34: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:100:15: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:106:17: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2256:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2256 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2258:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2258 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2259:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2259 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2259:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2298:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2298 | PacketBlock kernel_half; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2298:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2304 | PacketBlock kernel_quarter; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:113:15: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1920:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1920 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1921 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1977:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1977 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1978:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1978 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1979:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1979 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1980:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1980 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:155:52: required from 'void Eigen::internal::tribb_kernel::operator()(ResScalar*, Index, Index, const LhsScalar*, const RhsScalar*, Index, Index, const ResScalar&) [with LhsScalar = double; RhsScalar = double; Index = long int; int mr = 4; int nr = 4; bool ConjLhs = false; bool ConjRhs = false; int ResInnerStride = 1; int UpLo = 2; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:370:46: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:370:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:26: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 0>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:43: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:352:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:80: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:67: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:45:80: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:76:64: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_linesearch.hpp:247:23: required from 'int stan::optimization::WolfeLineSearch(FunctorType&, Scalar&, XType&, Scalar&, XType&, const XType&, const XType&, const Scalar&, const XType&, const Scalar&, const Scalar&, const Scalar&, const Scalar&, const Scalar&) [with FunctorType = ModelAdaptor; Scalar = double; XType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:209:28: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:78: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:64: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:52: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:47: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:24: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Product, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:55:20: required from 'void stan::optimization::BFGSUpdate_HInv::search_direction(VectorT&, const VectorT&) const [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:254:25: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_self.hpp:34:38: required from 'stan::math::var stan::math::dot_self(const T&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; stan::require_eigen_vector_vt* = 0; var = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:64:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/polr.hpp:1376:24: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:85:18: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:95:42: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_sum, 0>, void>::apply(const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>&)::, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_sum, 0>, void>::apply(const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>&)::, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::internal::member_sum, 0>, void>::apply(const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>&)::, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, Eigen::internal::member_sum, 0>, void>::apply(const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>&)::, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, Eigen::internal::member_sum, 0>, void>::apply(const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>&)::, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:95:18: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:96:20: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::internal::member_sum, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::internal::member_sum, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:96:45: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, Eigen::internal::member_sum, 0>, void>::apply(const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>&)::, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0> >, const Eigen::PartialReduxExpr, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::internal::member_sum, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, Eigen::internal::member_sum, 0>, void>::apply(const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>&)::, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0> >, const Eigen::PartialReduxExpr, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::internal::member_sum, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, Eigen::internal::member_sum, 0>, void>::apply(const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>&)::, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0> >, const Eigen::PartialReduxExpr, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::internal::member_sum, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, Eigen::internal::member_sum, 0>, void>::apply(const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>&)::, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0> >, const Eigen::PartialReduxExpr, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::internal::member_sum, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, Eigen::internal::member_sum, 0>, void>::apply(const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0>&)::, const Eigen::PartialReduxExpr, Eigen::internal::member_sum, 0> >, const Eigen::PartialReduxExpr, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::internal::member_sum, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:96:12: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:101:62: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:101:62: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:103:71: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:106:22: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:113:28: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:113:32: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:113:58: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::Block, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:120:56: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:120:47: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Array >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Array >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Array >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:121:30: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > >, const Eigen::Block, const Eigen::Array >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > >, const Eigen::Block, const Eigen::Array >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > >, const Eigen::Block, const Eigen::Array >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > >, const Eigen::Block, const Eigen::Array >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > >, const Eigen::Block, const Eigen::Array >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:121:15: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > >, const Eigen::Block, const Eigen::Array >, -1, 1, true> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > >, const Eigen::Block, const Eigen::Array >, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > >, const Eigen::Block, const Eigen::Array >, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > >, const Eigen::Block, const Eigen::Array >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:122:25: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:67:64: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_inv_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1509:55: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log >(const Eigen::Array&):: [with auto:169 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:96:69: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_inv_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1509:55: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_inv_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1509:55: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:52: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_inv_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1509:55: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:35: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_inv_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1509:55: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_inv_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1509:55: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_inv_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1509:55: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_inv_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1509:55: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:268:7: required from 'Eigen::MapBase::ScalarWithConstIfNotLvalue& Eigen::MapBase::coeffRef(Eigen::Index) [with Derived = Eigen::Block, -1, 1, true>; ScalarWithConstIfNotLvalue = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:367:25: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; VectorY = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:895:24: required from 'void Eigen::internal::tridiagonal_qr_step(RealScalar*, RealScalar*, Index, Index, Scalar*, Index) [with int StorageOrder = 0; RealScalar = double; Scalar = double; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:548:87: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::min_coeff_visitor, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:323:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:496:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:563:35: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:125: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:74: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:50: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:507:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:567:77: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/polr.hpp:1642:61: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log >(const Eigen::Matrix&):: [with auto:169 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/polr.hpp:1464:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::log >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::log >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/polr.hpp:1464:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:106:22: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true>, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true>, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Block, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true>, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true>, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true>, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:113:32: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true>, const Eigen::Block, -1, 1, true> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true>, const Eigen::Block, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true>, const Eigen::Block, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::Block, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true>, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:113:58: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&):: [with auto:13 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/polr.hpp:1509:55: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:169 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/polr.hpp:1509:55: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:109:26: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_inv_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/polr.hpp:1509:55: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_inv_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/polr.hpp:1509:55: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_inv_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/polr.hpp:1509:55: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_inv_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/polr.hpp:1509:55: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:199:45: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/polr.hpp:1376:24: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:110:66: required from 'stan::math::value_of_rec, -1, 1>&>(const Eigen::Matrix, -1, 1>&):: [with auto:1 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:78:18: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/accumulator.hpp:135:50: required from 'stan::math::var stan::math::accumulator::type>::value, void>::type>::sum() const [with T = stan::math::var_value; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type; stan::math::var = stan::math::var_value]' stan_files/polr.hpp:1516:26: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:453:45: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:372:86: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:34:74: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:35:60: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:35:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, 1, -1, false>, 0>; Derived = Eigen::Block, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:501:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:90: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, -1, -1, false>, 2>, Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:550:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:561:27: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_self.hpp:31:23: required from 'stan::value_type_t stan::math::dot_self(const T&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_eigen_t* = 0; stan::require_not_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/unit_vector_constrain.hpp:53:33: required from 'stan::plain_type_t stan::math::unit_vector_constrain(const T1&, T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = double; stan::require_eigen_col_vector_t* = 0; stan::require_all_not_vt_autodiff* = 0; stan::plain_type_t = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:506:46: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LP = double; Sizes = {int}; stan::require_not_std_vector_t* = 0; T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LP = double; Sizes = {int}; stan::require_std_vector_t* = 0; T = double; size_t = long unsigned int]' stan_files/polr.hpp:1562:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:53:48: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:388:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/advi.hpp:223:11: required from 'double stan::variational::advi::adapt_eta(Q&, int, stan::callbacks::logger&) const [with Model = model_polr_namespace::model_polr; Q = stan::variational::normal_meanfield; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/advi.hpp:468:13: required from 'int stan::variational::advi::run(double, bool, int, double, int, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) const [with Model = model_polr_namespace::model_polr; Q = stan::variational::normal_meanfield; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/experimental/advi/meanfield.hpp:82:15: required from 'int stan::services::experimental::advi::meanfield(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, double, double, bool, int, int, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:900:18: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:49:27: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/polr.hpp:1475:53: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:60:46: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/polr.hpp:1475:53: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:68:48: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/polr.hpp:1475:53: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:120:43: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/operands_and_partials.hpp:67:30: required from 'void stan::math::internal::update_adjoints(Matrix1&, const Matrix2&, const stan::math::var&) [with Matrix1 = stan::math::arena_matrix, -1, 1> >; Matrix2 = stan::math::arena_matrix >; stan::require_rev_matrix_t* = 0; stan::require_st_arithmetic* = 0; stan::math::var = stan::math::var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/partials_propagator.hpp:91:48: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:125:28: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:268:34: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, true>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, true>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, true>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, true>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, 0>, -1, 1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:54: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:523:57: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 16, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:280:48: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Func = generic_product_impl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 5>::set]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:317:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, true>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:306:38: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:310:42: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:314:45: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:511:85: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, -1, 1, true>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:9: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:522:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:522:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:106:38: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, -1, 1, true>; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, 1, true> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:120:43: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CommaInitializer.h:159:10: required from 'Eigen::CommaInitializer Eigen::DenseBase::operator<<(const Eigen::DenseBase&) [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:10: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:28: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, 1, -1, false>; Rhs = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:507:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:567:77: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:106:38: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:199:45: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/unit_vector_constrain.hpp:37:36: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:539:72: required from 'auto stan::io::deserializer::read_constrain_unit_vector(LP&, size_t, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LP = stan::math::var_value; Sizes = {int}; stan::require_std_vector_t* = 0; T = stan::math::var_value; size_t = long unsigned int]' stan_files/polr.hpp:1376:24: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1452:8: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, 1, true>, const Eigen::Block, -1, 1, true> > >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:113:11: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_inv_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1509:55: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>; U = Eigen::Block >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:166:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, false>; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, false>; Derived = Eigen::Block, -1, 1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:372:86: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:15: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:109:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_inv_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/polr.hpp:1509:55: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:469:72: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:469:55: required from 'static void Eigen::internal::generic_product_impl::eval_dynamic_impl(Dst&, const LhsT&, const RhsT&, const Func&, const Scalar&, Eigen::internal::true_type) [with Dst = Eigen::Matrix; LhsT = Eigen::Matrix; RhsT = Eigen::Transpose >; Func = Eigen::internal::assign_op; Scalar = double; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:446:22: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Array >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Array >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > >, const Eigen::Block, const Eigen::Array >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > >, const Eigen::Block, const Eigen::Array >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > >, const Eigen::Block, const Eigen::Array >, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1452:8: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, -1, 1, true>, void>::apply(const Eigen::Block, -1, 1, true>&)::, const Eigen::Block, -1, 1, true> > >, const Eigen::Block, const Eigen::Array >, -1, 1, true> > >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:120:11: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:90: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:57: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:64:57: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:73:50: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:123:11: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true>, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true>, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, const Eigen::Block, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true>, const Eigen::Block, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1452:8: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, -1, 1, true>, const Eigen::Block, -1, 1, true> > >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>; Rhs = Eigen::Transpose >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 1; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, void>::apply(const Eigen::Array&)::, const Eigen::Array >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, void>::apply(const Eigen::Array&)::, const Eigen::Array >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:97:19: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:292:8: required from 'struct Eigen::internal::evaluator > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseUtil.h:121:8: required from 'struct Eigen::internal::plain_object_eval >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseDenseProduct.h:187:104: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Matrix; int ProductType = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::SparseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/csr_matrix_times_vector.hpp:98:18: required from 'Eigen::Matrix::type, -1, 1> stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix; stan::require_all_not_rev_matrix_t* = 0; typename stan::return_type::type = double]' stan_files/polr.hpp:1673:50: required from 'void model_polr_namespace::model_polr::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2164:21: required from 'void model_polr_namespace::model_polr::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:74: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = false; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:337: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h: In instantiation of 'static void Eigen::internal::selfadjoint_matrix_vector_product::run(Index, const Scalar*, Index, const Scalar*, Scalar*, Scalar) [with Scalar = double; Index = long int; int StorageOrder = 0; int UpLo = 1; bool ConjugateLhs = false; bool ConjugateRhs = false; int Version = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:229:7: required from 'static void Eigen::internal::selfadjoint_product_impl::run(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; int LhsMode = 17; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:805:109: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int ProductTag = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:62:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 62 | conj_helper::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, IsRowMajor), ConjugateRhs> pcj0; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:62:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:63:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 63 | conj_helper::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, !IsRowMajor), ConjugateRhs> pcj1; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:63:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, 1, false>; Derived = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:519:22: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Block, -1, 1, false>, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:32: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:166: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/Memory.h: In instantiation of 'Index Eigen::internal::first_default_aligned(const Scalar*, Index) [with Scalar = double; Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:89:68: required from 'static void Eigen::internal::selfadjoint_matrix_vector_product::run(Index, const Scalar*, Index, const Scalar*, Scalar*, Scalar) [with Scalar = double; Index = long int; int StorageOrder = 0; int UpLo = 1; bool ConjugateLhs = false; bool ConjugateRhs = false; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:229:7: required from 'static void Eigen::internal::selfadjoint_product_impl::run(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; int LhsMode = 17; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:805:109: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int ProductTag = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/Memory.h:500:60: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 500 | return first_aligned::alignment>(array, size); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:26:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:26:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:182:19: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::operator()(Eigen::Index) const [with Derived = Eigen::Block, -1, 1, false>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:53: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: required from 'void Eigen::internal::apply_block_householder_on_the_left(MatrixType&, const VectorsType&, const CoeffsType&, bool) [with MatrixType = Eigen::Block, -1, -1, false>; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:399:46: required from 'void Eigen::HouseholderSequence::applyThisOnTheLeft(Dest&, Workspace&, bool) const [with Dest = Eigen::Matrix; Workspace = Eigen::Matrix; VectorsType = Eigen::Matrix; CoeffsType = Eigen::Matrix; int Side = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:364:25: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, 1, false>, 1, 1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, 1, false>, 1, 1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, 1, false>, 1, 1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, 1, false>, 1, 1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, 1, false>, 1, 1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:184:17: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:328:36: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:328:36: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>; U = Eigen::Block >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block >, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block >, -1, 1, true>; Derived = Eigen::Block, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = true]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:346:25: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 1; bool ConjugateLhs = false; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = false; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> > >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, true>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:233:85: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:364:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:408:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:456:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, void>::apply(const Eigen::Array&)::, const Eigen::Array >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, void>::apply(const Eigen::Array&)::, const Eigen::Array >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, void>::apply(const Eigen::Array&)::, const Eigen::Array >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, void>::apply(const Eigen::Array&)::, const Eigen::Array >, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, void>::apply(const Eigen::Array&)::, const Eigen::Array >, -1, 1, true>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:97:19: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Diagonal, 0>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:42: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = true]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:319:27: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:364:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:408:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:456:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:150:68: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:97:18: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:125:66: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:769:69: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:282:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseUtil.h:121:8: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::Stride<0, 0> >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseDenseProduct.h:187:104: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >; int ProductType = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::internal::generic_product_impl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::SparseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:23: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/polr.hpp:1436:52: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator, Eigen::Transpose >, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = div_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::div_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:28: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:333:21: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:39:18: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:57: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:72: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:52: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:43: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Block, -1, 1, true>; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Block, -1, 1, true>; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, -1, 1, true> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, -1, 1, true>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = Eigen::Array; MemberOp = Eigen::internal::member_sum; int Direction = 0; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:177:17: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_lpdf.hpp:97:19: required from 'stan::return_type_t stan::math::dirichlet_lpdf(const T_prob&, const T_prior_size&) [with bool propto = false; T_prob = Eigen::Matrix, -1, 1>; T_prior_size = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/polr.hpp:1490:59: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:151:29: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Diagonal, 0>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:42: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:48: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, 1, -1, true>, 1, -1, false>; int Mode = 5; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >; Rhs = const Eigen::Block, -1, -1, false>, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:22: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:301:29: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:54: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false> >, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false> >, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:106: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:77: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:127: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:151:29: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_polr_namespace::model_polr; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/polr.hpp:1430:37: required from 'stan::scalar_type_t model_polr_namespace::model_polr::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/polr.hpp:2175:47: required from 'T_ model_polr_namespace::model_polr::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_polr_namespace::model_polr; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:114: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 33 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Derived = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >; SrcEvaluatorTypeT = Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_polr_namespace::model_polr; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_polr_namespace::model_polr; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/polr.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/sum.hpp:32:18: required from 'stan::math::sum > >(const std::vector, arena_allocator > >&):: mutable [with auto:446 = stan::math::internal::callback_vari > >(const std::vector, arena_allocator > >&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::sum > >(const std::vector, arena_allocator > >&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/nuts/base_nuts.hpp:175:21: required from 'stan::mcmc::sample stan::mcmc::base_nuts::transition(stan::mcmc::sample&, stan::callbacks::logger&) [with Model = model_polr_namespace::model_polr; Hamiltonian = stan::mcmc::diag_e_metric; Integrator = stan::mcmc::expl_leapfrog; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/nuts/base_nuts.hpp:78:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:40:30: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix >&; stan::require_rev_matrix_t* = 0; stan::require_not_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl >, 1024>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:47:31: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = Eigen::Map >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_not_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:47:34: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = Eigen::Map >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_not_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:32:49: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:32:30: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> > > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 0, Eigen::Stride<0, 0> >, 1024>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:33:37: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:33:40: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from 'double stan::mcmc::diag_e_metric::T(stan::mcmc::diag_e_point&) [with Model = model_polr_namespace::model_polr; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:20:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_polr_namespace::model_polr; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_polr_namespace::model_polr; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from 'double stan::mcmc::diag_e_metric::T(stan::mcmc::diag_e_point&) [with Model = model_polr_namespace::model_polr; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:20:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_polr_namespace::model_polr; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_polr_namespace::model_polr; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_polr_namespace::model_polr; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_polr_namespace::model_polr; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_polr_namespace::model_polr; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_polr_namespace::model_polr; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_polr_namespace::model_polr; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_polr_namespace::model_polr; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_polr_namespace::model_polr; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_polr_namespace::model_polr; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ "/home/th798/R/R-devel/bin/Rscript" -e "source(file.path('..', 'tools', 'make_cc.R')); make_cc(commandArgs(TRUE))" stan_files/continuous.stan Wrote C++ file "stan_files/continuous.cc" /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I"../inst/include" -I"/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/rstan/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c stan_files/continuous.cc -o stan_files/continuous.o In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:205, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Dense:1, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:22, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/rstaninc.hpp:3, from stan_files/continuous.hpp:18, from stan_files/continuous.cc:3: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:46:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 46 | typedef eigen_packet_wrapper<__m128i, 0> Packet4i; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:47:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 47 | typedef eigen_packet_wrapper<__m128i, 1> Packet16b; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:49:39: warning: ignoring attributes on template argument '__m128' [-Wignored-attributes] 49 | template<> struct is_arithmetic<__m128> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:50:40: warning: ignoring attributes on template argument '__m128i' [-Wignored-attributes] 50 | template<> struct is_arithmetic<__m128i> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:51:40: warning: ignoring attributes on template argument '__m128d' [-Wignored-attributes] 51 | template<> struct is_arithmetic<__m128d> { enum { value = true }; }; | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:222:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 222 | template<> struct unpacket_traits { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:228:43: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 228 | template<> struct unpacket_traits { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1124:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 1124 | ptranspose(PacketBlock& kernel) { | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/PacketMath.h:1129:34: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 1129 | ptranspose(PacketBlock& kernel) { | ^ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:174: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet4f' {aka '__m128'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:173:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 173 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet2cf,Packet4f) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:16:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 16 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/Default/ConjHelper.h:29:60: warning: ignoring attributes on template argument 'Eigen::internal::Packet2d' {aka '__m128d'} [-Wignored-attributes] 29 | struct conj_helper { \ | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/arch/SSE/Complex.h:298:1: note: in expansion of macro 'EIGEN_MAKE_CONJ_HELPER_CPLX_REAL' 298 | EIGEN_MAKE_CONJ_HELPER_CPLX_REAL(Packet1cd,Packet2d) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:165: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:24:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(4) float>::half' {aka '__m128'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:271: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:27:3: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:266:49: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:98:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:46:50: required from 'class Eigen::QuaternionBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/Quaternion.h:273:7: required from 'class Eigen::Quaternion' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Geometry/arch/Geometry_SIMD.h:102:3: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:18, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/shared_ptr.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/date_time/time_clock.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/date_time/posix_time/posix_time_types.hpp:10, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:15, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/rstaninc.hpp:4: /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/detail/shared_count.hpp:361:33: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 361 | explicit shared_count( std::auto_ptr & r ): pi_( new sp_counted_impl_p( r.get() ) ) | ^~~~~~~~ In file included from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/memory:76, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:7: /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:251:65: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 251 | template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R > | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:508:31: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 508 | explicit shared_ptr( std::auto_ptr & r ): px(r.get()), pn() | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:521:22: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 521 | shared_ptr( std::auto_ptr && r ): px(r.get()), pn() | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:604:34: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 604 | shared_ptr & operator=( std::auto_ptr & r ) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:613:34: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 613 | shared_ptr & operator=( std::auto_ptr && r ) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp: In member function 'boost::shared_ptr& boost::shared_ptr::operator=(std::auto_ptr<_Up>&&)': /projects/genomic-ml/R/R-devel/library/BH/include/boost/smart_ptr/shared_ptr.hpp:615:38: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 615 | this_type( static_cast< std::auto_ptr && >( r ) ).swap( *this ); | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/SparseCore:37, from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Sparse:26, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Eigen.hpp:23: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrix.h:96:7: required from 'class Eigen::SparseMatrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/unsupported/Eigen/src/IterativeSolvers/ConstrainedConjGrad.h:61:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:19:52: required from 'struct Eigen::internal::traits > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolverBase.h:68:7: required from 'class Eigen::SolverBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:59:49: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:69:42: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:287:19: required from 'class Eigen::LDLT >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:46:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0> >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:47:45: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:26: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, true>, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply_lower_tri_self_transpose.hpp:35:34: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_array.hpp:37:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/linspaced_row_vector.hpp:32:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:77: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:17: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:71:29: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:86:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:244 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:57:52: required from 'stan::math::ceil >(const Eigen::Matrix&):: [with auto:244 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::ceil >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::ceil >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::ceil >(const Eigen::Matrix&)::; T2 = Eigen::Matrix; stan::require_t::type> >* = 0; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ceil.hpp:56:46: required from 'auto stan::math::ceil(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:197:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::internal::member_minCoeff, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::internal::member_minCoeff, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::internal::member_minCoeff, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, Eigen::internal::member_minCoeff, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:203:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/one_hot_row_vector.hpp:25:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/one_hot_vector.hpp:25:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:13:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:26:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:27:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:37:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_var_estimator.hpp:28:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/ode_store_sensitivities.hpp:40:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/traits.hpp:21, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/storage.hpp:27, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/vector.hpp:21, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:23, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint.hpp:25, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/ode_rk45.hpp:9, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/integrate_ode_rk45.hpp:6, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor.hpp:16, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim.hpp:15, from /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/dump.hpp:7, from /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:43: /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp: At global scope: /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:111:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 111 | public std::iterator { | ^~~~~~~~ In file included from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_algobase.h:65, from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/specfun.h:45, from /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/cmath:1935, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/platform/compiler.h:100, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp/r/headers.h:66, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/RcppCommon.h:30, from /projects/genomic-ml/R/R-devel/library/Rcpp/include/Rcpp.h:27, from stan_files/continuous.cc:1: /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:149:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 149 | public std::iterator { | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/ublas/detail/iterator.hpp:204:21: warning: 'template struct std::iterator' is deprecated [-Wdeprecated-declarations] 204 | public std::iterator { | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/stl_iterator_base_types.h:127:34: note: declared here 127 | struct _GLIBCXX17_DEPRECATED iterator | ^~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/invocation/detail/that_ptr.hpp:13, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/invocation/invoke.hpp:52, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/adapter/fused.hpp:17, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/functional/generation/make_fused.hpp:13, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/fusion/include/make_fused.hpp:11, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/resize.hpp:28, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/state_wrapper.hpp:26, from /projects/genomic-ml/R/R-devel/library/BH/include/boost/numeric/odeint/util/ublas_wrapper.hpp:33: /projects/genomic-ml/R/R-devel/library/BH/include/boost/get_pointer.hpp:48:40: warning: 'template class std::auto_ptr' is deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations] 48 | template T * get_pointer(std::auto_ptr const& p) | ^~~~~~~~ /packages/gcc/12.2.0-nnbserq/lib/gcc/x86_64-pc-linux-gnu/12.2.0/../../../../include/c++/12.2.0/bits/unique_ptr.h:64:28: note: declared here 64 | template class auto_ptr; | ^~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:42: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:38:59: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 5>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Product, 5>, Eigen::Matrix, 0>, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:46:76: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gaussian_dlm_obs_rng.hpp:135:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/hmm_latent_rng.hpp:83:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1>, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_cholesky_rng.hpp:49:68: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::TriangularView >, 2>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::TriangularView >, 2>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::TriangularView >, 2>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:42: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::TriangularView >, 2>, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::TriangularView >, 2>, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::TriangularView >, 2>, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:32: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_wishart_rng.hpp:27:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:89:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:109:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 6>, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: recursively required by substitution of 'template const Eigen::internal::triangular_solve_retval >, 6>, Other> Eigen::TriangularViewImpl >, 6, Eigen::Dense>::solve(const Eigen::MatrixBase&) const [with int Side = ; Other = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:108:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/ForwardDeclarations.h:32:48: required from 'struct Eigen::internal::accessors_level >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:110:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::Transpose >, 6>, Eigen::Transpose >, 6>, Eigen::Matrix > > > >, 2>, Eigen::Transpositions<-1, -1, int>, 2>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/matrix_normal_prec_rng.hpp:111:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lgamma.hpp:120:50: required from 'auto stan::math::lgamma(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_not_var_matrix_t* = 0; stan::require_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/multinomial_logit_lpmf.hpp:39:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:102:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:111:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:116:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:59:34: required from 'class Eigen::RefBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:281:76: required from 'class Eigen::Ref, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:76:42: required from 'class Eigen::LLT, 0, Eigen::OuterStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:142:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_decompose.hpp:144:6: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cholesky_factor_constrain.hpp:42:17: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:28:50: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:28:27: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:46: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:32:23: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:63: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:70: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/gp_exp_quad_cov.hpp:94:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: recursively required by substitution of 'template static std::true_type stan::is_base_pointer_convertible >::f(const Eigen::EigenBase*) [with OtherDerived = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: required from 'struct stan::is_eigen >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:301:19: required by substitution of 'template class stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type> [with T = Eigen::SparseMatrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:148:7: required from 'class Eigen::SparseMapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:222:7: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:129:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:814:9: required from 'class stan::math::vari_value, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:419:57: required from 'const auto& stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::val() const [with T = Eigen::SparseMatrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:97:21: required from 'class Eigen::Tridiagonalization >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:111:62: required from 'class Eigen::SelfAdjointEigenSolver >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/eigendecompose_sym.hpp:40:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/grad.hpp:27:12: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:169 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0> >(const Eigen::Diagonal, 0>&):: [with auto:169 = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, 0>, void>::apply, 0> >(const Eigen::Diagonal, 0>&):: >(const Eigen::Diagonal, 0>&, const stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, 0>, void>::apply, 0> >(const Eigen::Diagonal, 0>&):: >(const Eigen::Diagonal, 0>&, const stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0> >(const Eigen::Diagonal, 0>&)::; T2 = Eigen::Diagonal, 0>; stan::require_t::type> >* = 0; T = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Diagonal, 0>; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:49:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_determinant_spd.hpp:51:44: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/log_softmax.hpp:73:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:63:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/matrix_power.hpp:64:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, -1> > >::adj_Op, Eigen::Map*, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_spd.hpp:67:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/mdivide_left_tri.hpp:85:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:46: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:55:11: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:56:12: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> >, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:63:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:86:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:40: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_corr_L.hpp:90:78: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/read_cov_matrix.hpp:56:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/rows_dot_self.hpp:41:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:56:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:66: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Transpose > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:69:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd.hpp:70:21: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Transpose > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:61:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:278:47: required from 'struct Eigen::internal::traits, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:42:59: required from 'struct Eigen::EigenBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:18:7: required from 'class Eigen::DiagonalBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DiagonalMatrix.h:293:7: required from 'class Eigen::DiagonalWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/svd_V.hpp:63:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:79:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView*, -1, 1> > >::adj_Op, Eigen::Map*, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:80:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:72: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView*, -1, 1> > >::val_Op, Eigen::Map*, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/squared_distance.hpp:111:73: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:23:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:54: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:57: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:27:61: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>&>(const Eigen::Matrix, -1, 1>&):: [with auto:11 = const Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::value_of, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::; Args = {const Eigen::Matrix, -1, 1, 0, -1, 1>&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:73:21: required from 'auto stan::math::value_of(EigMat&&) [with EigMat = const Eigen::Matrix, -1, 1>&; stan::require_eigen_dense_base_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/algebra_solver_fp.hpp:101:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/functor/solve_powell.hpp:369:65: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:99:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:182:62: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:183:66: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:197:60: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:198:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:263:18: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:351:23: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:351:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:459:69: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:314:71: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:370:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_matrix.hpp:133:17: required from 'auto stan::math::to_matrix(const std::vector&, int, int) [with T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/read_dense_inv_metric.hpp:33:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:27:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:29:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:29:75: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: recursively required by substitution of 'template typename Eigen::ScalarBinaryOpTraits::Scalar, Eigen::internal::scalar_product_op::Scalar> >::ReturnType Eigen::MatrixBase >::dot(const Eigen::MatrixBase&) const [with OtherDerived = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:27:31: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:28:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:28:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::Stride<0, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:13:7: required from 'class stan::math::arena_matrix, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue_varmat.hpp:145:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >' ../inst/include/CODOLS.hpp:30:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:169 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0]' stan_files/continuous.hpp:5163:79: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:169 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0]' stan_files/continuous.hpp:5163:79: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, 0, Eigen::Stride<0, 0> >, void>::apply, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, 0, Eigen::Stride<0, 0> >, void>::apply, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0]' stan_files/continuous.hpp:5163:79: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: [with auto:218 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/continuous.hpp:5389:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, 0, Eigen::Stride<0, 0> >, void>::apply, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const stan::math::sqrt, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, 0, Eigen::Stride<0, 0> >, void>::apply, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&):: >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const stan::math::sqrt, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, 0, Eigen::Stride<0, 0> > >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&)::; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_t::type> >* = 0; T = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/continuous.hpp:5389:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: required from 'class Eigen::MapBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_col.hpp:49:18: required from 'auto stan::math::append_col(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; = void]' stan_files/continuous.hpp:5412:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: required from 'struct Eigen::internal::cast_return_type, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:48:179: required from 'struct Eigen::DenseBase >::CastXpr' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:62:1: required by substitution of 'template typename Eigen::DenseBase >::CastXpr::Type Eigen::DenseBase >::cast() const [with NewType = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_col.hpp:49:53: required from 'auto stan::math::append_col(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; = void]' stan_files/continuous.hpp:5412:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: required from 'struct Eigen::internal::cast_return_type, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:48:179: required from 'struct Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::CastXpr' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:62:1: required by substitution of 'template typename Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::CastXpr::Type Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::cast() const [with NewType = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_col.hpp:50:54: required from 'auto stan::math::append_col(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; = void]' stan_files/continuous.hpp:5412:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: required from 'struct Eigen::internal::cast_return_type, Eigen::Matrix >, const Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:48:179: required from 'struct Eigen::DenseBase, Eigen::Matrix > >::CastXpr' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:62:1: required by substitution of 'template typename Eigen::DenseBase, Eigen::Matrix > >::CastXpr::Type Eigen::DenseBase, Eigen::Matrix > >::cast() const [with NewType = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_col.hpp:49:53: required from 'auto stan::math::append_col(const T1&, const T2&) [with T1 = Eigen::CwiseNullaryOp, Eigen::Matrix >; T2 = Eigen::Matrix; = void]' stan_files/continuous.hpp:5408:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:107:13: required from 'auto stan::math::multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_vt* = 0; stan::require_not_eigen_row_and_col_t* = 0]' stan_files/continuous.hpp:5441:61: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:45:13: required from 'auto stan::math::subtract(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:5441:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = double; Mat = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/continuous.hpp:6737:52: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:102:18: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; LP = double; Sizes = {int}; T = double]' stan_files/continuous.hpp:7095:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, const int&>(Eigen::Map, 0, Eigen::Stride<0, 0> >&&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:83:26: required from 'auto stan::math::lb_constrain(T&&, L&&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = const int&; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:388:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; LP = double; Sizes = {int}; T = double]' stan_files/continuous.hpp:7095:74: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp&, const int&>(const Eigen::Matrix&, const int&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:83:26: required from 'auto stan::math::lb_constrain(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:175:49: required from 'auto stan::math::lb_constrain(const std::vector&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_not_std_vector_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LB = int; LP = double; Sizes = {int, int}; T = double]' stan_files/continuous.hpp:7109:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, int>(const Eigen::Matrix&, const int&, stan::return_type_t, int>&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:102:18: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:177:26: required from 'auto stan::math::lb_constrain(const std::vector&, const L&, stan::return_type_t&) [with T = Eigen::Matrix; L = int; stan::require_not_std_vector_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector >; bool Jacobian = false; LB = int; LP = double; Sizes = {int, int}; T = double]' stan_files/continuous.hpp:7109:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&, stan::return_type_t, 0, Eigen::Stride<0, 0> >, int, int>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_constrain.hpp:133:26: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_eigen_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_not_var_t::type>* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; UB = int; LP = double; Sizes = {int}; T = double]' stan_files/continuous.hpp:7146:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> >, int, int>(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const int&, const int&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_constrain.hpp:122:18: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_eigen_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_not_var_t::type>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix; bool Jacobian = false; LB = int; UB = int; LP = double; Sizes = {int}; T = double]' stan_files/continuous.hpp:7146:64: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:7290:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:7290:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/continuous.hpp:7367:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: [with auto:218 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/continuous.hpp:7366:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: [with auto:218 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/continuous.hpp:7366:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&, const stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&, const stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/continuous.hpp:7366:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:7365:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:7364:47: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:7363:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:7378:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:7377:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:7376:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:7452:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:7451:26: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:158:49: required from 'stan::model::rvalue&>(Eigen::Matrix&, const char*, const index_multi&):: [with auto:703 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::model::rvalue&>(Eigen::Matrix&, const char*, const index_multi&)::; Args = {Eigen::Matrix&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:156:33: required from 'auto stan::model::rvalue(EigVec&&, const char*, const index_multi&) [with EigVec = Eigen::Matrix&; stan::require_eigen_vector_t* = 0]' stan_files/continuous.hpp:7465:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:7464:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:28:12: required from 'auto stan::math::multiply(const Mat&, Scal) [with Mat = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Scal = double; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/continuous.hpp:7632:33: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:187:21: required from 'auto stan::model::rvalue(Vec&&, const char*, index_min_max) [with Vec = Eigen::Matrix&; stan::require_vector_t* = 0; stan::require_not_std_vector_t* = 0]' stan_files/continuous.hpp:7653:38: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = double; Mat = Eigen::VectorBlock, -1>; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/continuous.hpp:7650:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:7752:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:107:13: required from 'auto stan::math::multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix; stan::require_all_eigen_vt* = 0; stan::require_not_eigen_row_and_col_t* = 0]' stan_files/continuous.hpp:7760:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:7759:28: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::CwiseNullaryOp&>(Eigen::Matrix&, const char*, const index_multi&)::::, Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:7770:32: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:7779:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:21: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:7796:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:32: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:7796:30: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:35: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:17:8: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:11: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:11: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar&>(const std::vector&)::; Args = {const std::vector >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:72:21: required from 'auto stan::math::as_array_or_scalar(T&&) [with T = const std::vector&; stan::require_std_vector_t* = 0; stan::require_not_std_vector_t::type>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:28:39: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:43: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Select.h:52:7: required from 'class Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:55: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/fabs.hpp:67:51: required from 'stan::math::fabs, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >(const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >&):: [with auto:9 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::fabs, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >(const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >&)::; T2 = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >; stan::require_t::type> >* = 0; T = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/fabs.hpp:66:46: required from 'auto stan::math::fabs(const Container&) [with Container = Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:47:37: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >(const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >&):: [with auto:169 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > > >(const Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >&)::; T2 = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >; stan::require_t::type> >* = 0; T = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::CwiseUnaryOp, const Eigen::Select, const Eigen::Array, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::CwiseNullaryOp, Eigen::Array >, Eigen::Array > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:49:25: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:75: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:32: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: required from 'struct stan::math::apply_scalar_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lgamma.hpp:120:50: required from 'auto stan::math::lgamma(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseNullaryOp, Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_not_var_matrix_t* = 0; stan::require_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lmgamma.hpp:58:29: required from 'stan::return_type_t stan::math::lmgamma(int, T) [with T = double; stan::require_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lmgamma.hpp:16:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:280:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:27:67: required from 'Derived& Eigen::ArrayBase::operator+=(const Scalar&) [with Derived = Eigen::ArrayWrapper >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_fullrank.hpp:280:24: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:22: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:31:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:110:66: required from 'stan::math::value_of_rec, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&):: [with auto:1 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::value_of_rec, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&)::; Args = {Eigen::Map, 0, Eigen::Stride<0, 0> >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of_rec.hpp:108:21: required from 'auto stan::math::value_of_rec(T&&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; = void; = void]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_greater_or_equal.hpp:157:30: required from 'void stan::math::check_greater_or_equal(const char*, const char*, const T_y&, const T_low&, Idxs ...) [with T_y = std::vector; T_low = int; stan::require_vector_t* = 0; stan::require_not_std_vector_vt* = 0; stan::require_stan_scalar_t* = 0; Idxs = {}]' stan_files/continuous.hpp:3984:41: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:35: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose > >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:181:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:181:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_2F1.hpp:182:31: required from 'stan::return_type_t stan::math::hypergeometric_2F1(const Ta1&, const Ta2&, const Tb&, const Tz&) [with Ta1 = double; Ta2 = double; Tb = double; Tz = double; ScalarT = double; OptT = boost::optional; stan::require_all_arithmetic_t* = 0; stan::return_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:190:39: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:117:39: required from 'TupleT stan::math::internal::grad_2F1_impl_ab(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:204:78: required from 'TupleT stan::math::internal::grad_2F1_impl(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool calc_a1 = true; bool calc_a2 = true; bool calc_b1 = true; bool calc_z = true; T1 = double; T2 = double; T3 = double; T_z = double; ScalarT = double; TupleT = std::tuple]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_2F1.hpp:306:57: required from 'auto stan::math::grad_2F1(const T1&, const T2&, const T3&, const T_z&, double, int) [with bool ReturnSameT = true; T1 = double; T2 = double; T3 = double; T_z = double; stan::require_t >* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/grad_inc_beta.hpp:37:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:62:1: required by substitution of 'template typename Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::CastXpr::Type Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >::cast() const [with NewType = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:38: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:142:28: required from 'bool Eigen::DenseBase::hasNaN() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:40: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/covar_adaptation.hpp:31:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:142:28: required from 'bool Eigen::DenseBase::hasNaN() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/BooleanRedux.h:156:40: required from 'bool Eigen::DenseBase::allFinite() const [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/var_adaptation.hpp:30:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_self.hpp:31:23: required from 'stan::value_type_t stan::math::dot_self(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >; stan::require_eigen_t* = 0; stan::require_not_eigen_vt* = 0; stan::value_type_t = double]' stan_files/continuous.hpp:5440:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/continuous.hpp:7699:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/continuous.hpp:7713:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/continuous.hpp:7713:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:79:21: required from 'auto stan::math::subtract(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:29: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/continuous.hpp:8537:26: required from 'void model_continuous_namespace::model_continuous::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9213:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:79:32: required from 'auto stan::math::subtract(const Mat&, Scal) [with Mat = Eigen::Matrix; Scal = int; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:29: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/continuous.hpp:8537:26: required from 'void model_continuous_namespace::model_continuous::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9213:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/continuous.hpp:8537:26: required from 'void model_continuous_namespace::model_continuous::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9213:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/continuous.hpp:8537:26: required from 'void model_continuous_namespace::model_continuous::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9213:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&, const stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&, const stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_free.hpp:37:20: required from 'auto stan::math::lb_free(T&&, L&&) [with T = const Eigen::Matrix&; L = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:253:36: required from 'void stan::io::serializer::write_free_lb(const L&, const S&) [with S = Eigen::Matrix; L = int; T = double]' stan_files/continuous.hpp:8537:26: required from 'void model_continuous_namespace::model_continuous::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9213:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:13: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:29: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/continuous.hpp:8652:27: required from 'void model_continuous_namespace::model_continuous::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9213:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:32: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::Matrix; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:29: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/continuous.hpp:8652:27: required from 'void model_continuous_namespace::model_continuous::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9213:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&):: [with auto:169 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/continuous.hpp:8652:27: required from 'void model_continuous_namespace::model_continuous::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9213:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/continuous.hpp:8652:27: required from 'void model_continuous_namespace::model_continuous::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9213:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&):: >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&, const stan::math::log, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:65:46: required from 'auto stan::math::log(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/ub_free.hpp:43:20: required from 'auto stan::math::ub_free(T&&, U&&) [with T = Eigen::Matrix; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:54:19: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/continuous.hpp:8652:27: required from 'void model_continuous_namespace::model_continuous::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9213:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:29: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/continuous.hpp:8652:27: required from 'void model_continuous_namespace::model_continuous::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9213:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:29: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/continuous.hpp:8652:27: required from 'void model_continuous_namespace::model_continuous::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9213:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:113:51: required from 'stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: [with auto:341 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/continuous.hpp:8652:27: required from 'void model_continuous_namespace::model_continuous::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9213:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:113:74: required from 'stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: [with auto:341 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/continuous.hpp:8652:27: required from 'void model_continuous_namespace::model_continuous::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9213:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: >(const Eigen::Matrix&, const stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):::: >(const Eigen::Matrix&, const stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/continuous.hpp:8652:27: required from 'void model_continuous_namespace::model_continuous::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9213:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:115:7: required from 'class stan::math::Holder, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:312:16: required from 'auto stan::math::internal::make_holder_impl_construct_object(T&&, std::index_sequence, const std::tuple&) [with T = Eigen::MatrixWrapper, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >; long unsigned int ...Is = {0}; Args = {Eigen::Matrix}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:330:43: required from 'auto stan::math::internal::make_holder_impl(const F&, std::index_sequence, Args&& ...) [with F = stan::math::logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; long unsigned int ...Is = {0}; Args = {Eigen::Matrix}; std::index_sequence = std::integer_sequence]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:353:36: required from 'auto stan::math::make_holder(const F&, Args&& ...) [with F = logit, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; Args = {Eigen::Matrix}; stan::require_not_plain_type_t()((declval)()...))>* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/logit.hpp:109:21: required from 'auto stan::math::logit(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lub_free.hpp:59:22: required from 'auto stan::math::lub_free(T&&, L&&, U&&) [with T = const Eigen::Matrix&; L = const int&; U = const int&; stan::require_not_std_vector_t* = 0; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/serializer.hpp:281:37: required from 'void stan::io::serializer::write_free_lub(const L&, const U&, const S&) [with S = Eigen::Matrix; L = int; U = int; T = double]' stan_files/continuous.hpp:8652:27: required from 'void model_continuous_namespace::model_continuous::transform_inits_impl(const stan::io::var_context&, VecVar&, std::ostream*) const [with VecVar = std::vector; stan::require_vector_t* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9213:25: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:467:22: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, 1, -1, false>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:468:16: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:475:61: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:92:26: required from 'stan::math::log_sum_exp >(const Eigen::Matrix&):: [with auto:304 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:93:13: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::reduce(const T&, const F&) [with F = stan::math::log_sum_exp >(const Eigen::Matrix&)::; T = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log_sum_exp.hpp:83:39: required from 'auto stan::math::log_sum_exp(const T&) [with T = Eigen::Matrix; stan::require_container_st* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/dirichlet_rng.hpp:59:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:330: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:72:102: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1080:42: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:92:109: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'class Eigen::internal::gebp_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1085:45: required from 'struct Eigen::internal::gebp_kernel, 4, 4, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:92:109: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:425:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 425 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:426:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 426 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:427:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 427 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:384:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 384 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:49: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 432 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && unpacket_traits<_RhsPacket>::vectorizable, | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:432:94: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 433 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:433:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 434 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:434:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 435 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:435:65: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 460 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:460:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 461 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:461:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 462 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:462:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 465 | typedef QuadPacket RhsPacketx4; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:465:33: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CommaInitializer.h:159:10: required from 'Eigen::CommaInitializer Eigen::DenseBase::operator<<(const Eigen::DenseBase&) [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:10: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:478:32: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::mean() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:25:53: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:451:40: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:73: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: required from 'class Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:45:80: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:166:82: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1, false>, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:53: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:191:25: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5679:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5679:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:192:54: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5679:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:193:37: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5679:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5679:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5679:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:197:56: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5679:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:197:64: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5679:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&):: [with auto:11 = const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5679:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:52: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5679:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:58: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5679:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> >&>(const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:213:61: required from 'auto stan::math::lb_constrain(const T&, const L&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5679:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:160:48: required from 'auto stan::math::lb_constrain(const T&, const L&) [with T = Eigen::Matrix, -1, 1>; L = int; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_any_st_var* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/lb_constrain.hpp:175:49: required from 'auto stan::math::lb_constrain(const std::vector&, const L&, stan::return_type_t&) [with T = Eigen::Matrix, -1, 1>; L = int; stan::require_not_std_vector_t* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int, int}; T = stan::math::var_value]' stan_files/continuous.hpp:5692:28: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:160:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int, int}; T = stan::math::var_value]' stan_files/continuous.hpp:5692:28: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lb_constrain.hpp:160:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:386:38: required from 'auto stan::io::deserializer::read_constrain_lb(const LB&, LP&, Sizes ...) [with Ret = std::vector, -1, 1>, std::allocator, -1, 1> > >; bool Jacobian = true; LB = int; LP = stan::math::var_value; Sizes = {int, int}; T = stan::math::var_value]' stan_files/continuous.hpp:5692:28: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:195:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:196:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:215:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:215:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1> >&>(arena_matrix, -1, 1> >&):: [with auto:11 = stan::math::arena_matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:56: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:63: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:215:31: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_exp_fun; T = stan::math::arena_matrix, void>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:42: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:35: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>, void>::apply(const stan::math::arena_matrix, void>&)::, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:217:22: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::ArrayWrapper, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:219:34: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:219:48: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:38: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:45: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:66: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:224:59: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:44: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:38: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:31: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:225:20: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/lub_constrain.hpp:231:39: required from 'auto stan::math::lub_constrain(const T&, const L&, const U&, stan::return_type_t&) [with T = Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >; L = int; U = int; stan::require_matrix_t* = 0; stan::require_all_stan_scalar_t* = 0; stan::require_var_t::type>* = 0; stan::return_type_t = var_value]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:441:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/ub_constrain.hpp:163:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::inv_logit_fun; T = Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/io/deserializer.hpp:443:39: required from 'auto stan::io::deserializer::read_constrain_lub(const LB&, const UB&, LP&, Sizes ...) [with Ret = Eigen::Matrix, -1, 1>; bool Jacobian = true; LB = int; UB = int; LP = stan::math::var_value; Sizes = {int}; T = stan::math::var_value]' stan_files/continuous.hpp:5723:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Map, 0, Eigen::Stride<0, 0> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:5814:53: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:35:54: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:5814:53: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:49:54: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:5814:53: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:51:47: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:5814:53: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:51:50: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:5814:53: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:57:48: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:5814:53: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:24: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:5814:28: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:32: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:5814:28: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:35: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:5814:28: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:148:9: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:5814:28: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:150:47: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:5814:28: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:152:61: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:5814:28: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:145:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:5891:49: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:163:40: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:5891:49: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:170:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:5891:49: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:172:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = int; T2 = Eigen::Matrix, -1, 1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:5891:49: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:30:69: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:5889:49: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:5889:49: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:5888:47: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:5902:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:5976:37: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:30:69: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:5988:35: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> > > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:5988:35: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&):: [with auto:11 = const Eigen::VectorBlock, -1, 1>, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:168:61: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = var_value; T2 = Eigen::VectorBlock, -1, 1>, -1>; stan::require_not_matrix_t* = 0; stan::require_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6174:37: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:34:44: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>; Types = {Eigen::Matrix, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:36:11: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:66: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:43:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:54: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:47:38: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:54: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:53: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:37: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&)::::, const Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, -1>, void>&>(arena_matrix, -1, -1>, void>&):: [with auto:11 = stan::math::arena_matrix, -1, -1>, void>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:66:48: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:43: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:46: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:50:7: required from 'class Eigen::SparseMapBase >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:255:7: required from 'class Eigen::Map >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:95:50: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:6275:56: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:95:50: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:6275:56: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:47: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:6275:56: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:128:39: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:6275:56: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:135:47: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:6275:56: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:114:9: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::Matrix, -1, 1>; stan::require_all_rev_matrix_t* = 0]' stan_files/continuous.hpp:6294:34: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:117:39: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::Matrix, -1, 1>; stan::require_all_rev_matrix_t* = 0]' stan_files/continuous.hpp:6294:34: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:113:47: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >; stan::require_all_rev_matrix_t* = 0]' stan_files/continuous.hpp:6306:38: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_var_matrix.hpp:79:8: required from 'struct stan::is_any_var_matrix, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1, 0, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> > > >, Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:114:9: required from 'auto stan::math::add(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::CwiseNullaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&, const char*, const index_multi&)::::, Eigen::Matrix, -1, 1> >; stan::require_all_rev_matrix_t* = 0]' stan_files/continuous.hpp:6306:38: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:223:33: required from 'auto stan::math::add(const Var&, const VarMat&) [with Var = var_value; VarMat = Eigen::Matrix, -1, 1>; stan::require_var_vt* = 0; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:250:13: required from 'auto stan::math::add(const VarMat&, const Var&) [with Var = var_value; VarMat = Eigen::Matrix, -1, 1>; stan::require_var_vt* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:6337:36: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:180:30: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = int; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:6584:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: recursively required by substitution of 'template struct stan::plain_type, stan::is_eigen::type> >::value, void>::type> [with T = const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: required by substitution of 'template using plain_type_t = typename stan::plain_type::type [with T = const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:179:9: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = int; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:6584:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:183:47: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = int; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:6584:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::sqrt >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/continuous.hpp:1969:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7325:27: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:1967:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7325:27: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::square >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/continuous.hpp:1984:52: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7325:27: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:22: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:1994:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7325:27: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:13: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:1994:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7325:27: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:32: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:1994:26: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7325:27: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:1993:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7325:27: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:1993:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7325:27: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:1993:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7325:27: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: required from 'stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&):: [with auto:218 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/continuous.hpp:1992:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7325:27: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:58:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/continuous.hpp:1992:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7325:27: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >, void>::apply, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&, const stan::math::sqrt, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sqrt.hpp:57:46: required from 'auto stan::math::sqrt(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > > > > > >; stan::require_container_st* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/continuous.hpp:1992:23: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7325:27: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:28:12: required from 'auto stan::math::multiply(const Mat&, Scal) [with Mat = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Scal = double; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/continuous.hpp:1998:32: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7325:27: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/continuous.hpp:2069:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7349:33: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/continuous.hpp:2069:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7349:33: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::Matrix, const Eigen::Matrix >, void>::apply, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&):: >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&, const stan::math::square, const Eigen::Matrix, const Eigen::Matrix > >(const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: required from 'auto stan::math::square(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/continuous.hpp:2069:25: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hsplus_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = double; T2__ = double; T3__ = double; T4__ = double; T5__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = double; typename boost::math::tools::promote_args::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7349:33: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/segment.hpp:26:19: required from 'auto stan::math::segment(const Vec&, size_t, size_t) [with Vec = Eigen::Matrix; stan::require_vector_t* = 0; size_t = long unsigned int]' stan_files/continuous.hpp:1583:52: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_continuous_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7664:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:1587:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_continuous_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7664:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:1587:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_continuous_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = double; T3__ = Eigen::Matrix; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix; T6__ = Eigen::Matrix; T7__ = Eigen::Matrix; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7664:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:107:13: required from 'auto stan::math::multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::VectorBlock, -1>; stan::require_all_eigen_vt* = 0; stan::require_not_eigen_row_and_col_t* = 0]' stan_files/continuous.hpp:1781:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7667:40: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/csr_matrix_times_vector.hpp:98:16: required from 'Eigen::Matrix::type, -1, 1> stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix; stan::require_all_not_rev_matrix_t* = 0; typename stan::return_type::type = double]' stan_files/continuous.hpp:7740:50: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/rvalue.hpp:534:22: required from 'auto stan::model::rvalue(Mat&&, const char*, const Idx&, index_uni) [with Mat = const Eigen::Matrix&; Idx = index_omni; stan::require_dense_dynamic_t* = 0]' stan_files/continuous.hpp:2943:28: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:45:13: required from 'auto stan::math::subtract(const Mat1&, const Mat2&) [with Mat1 = Eigen::Block, -1, 1, true>; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2948:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::Block, -1, 1, true>; stan::require_container_st* = 0]' stan_files/continuous.hpp:2955:39: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::Block, -1, 1, true>; stan::require_container_st* = 0]' stan_files/continuous.hpp:2955:39: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, -1, 1, true>, void>::apply, -1, 1, true> >(const Eigen::Block, -1, 1, true>&):: >(const Eigen::Block, -1, 1, true>&, const stan::math::exp, -1, 1, true> >(const Eigen::Block, -1, 1, true>&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, true> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::Block, -1, 1, true>; stan::require_container_st* = 0]' stan_files/continuous.hpp:2955:39: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/minus.hpp:19:10: required from 'auto stan::math::minus(const T&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >; stan::require_not_std_vector_t* = 0]' stan_files/continuous.hpp:2954:39: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2953:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: required from 'stan::math::exp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&):: [with auto:215 = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::exp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:2952:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:2952:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&):: >(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&, const stan::math::exp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:2952:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2947:40: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2946:29: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: required from 'stan::math::exp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&):: [with auto:215 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::exp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:2970:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:2970:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&):: >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&, const stan::math::exp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:2970:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = double; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/continuous.hpp:2966:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:22: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2965:29: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:13: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2965:29: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:32: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2965:29: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:45:13: required from 'auto stan::math::subtract(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Block, -1, 1, true>; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3016:42: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3010:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: required from 'stan::math::exp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > >&):: [with auto:215 = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::exp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3009:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3009:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > >, void>::apply, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > >&):: >(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > >&, const stan::math::exp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3009:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:22: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3008:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:13: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3008:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:32: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3008:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Block, -1, 1, true>; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Block, -1, 1, true> > > > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3005:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:79:21: required from 'auto stan::math::subtract(const Mat&, Scal) [with Mat = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3031:42: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:79:32: required from 'auto stan::math::subtract(const Mat&, Scal) [with Mat = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3031:42: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = double; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/continuous.hpp:3026:40: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: required from 'stan::math::exp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >&):: [with auto:215 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::exp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3025:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3025:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, void>::apply, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >&):: >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >&, const stan::math::exp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3025:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:22: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3024:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:13: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3024:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:32: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3024:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = double; Mat = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/continuous.hpp:3021:34: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7933:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:22: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3066:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOrig(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7941:31: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:13: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3066:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOrig(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7941:31: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:32: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3066:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOrig(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7941:31: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Block, -1, 1, true>; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3063:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOrig(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7941:31: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:22: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3079:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOrig(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7941:31: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:13: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3079:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOrig(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7941:31: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:32: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3079:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOrig(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7941:31: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: required from 'auto stan::math::multiply(Scal, const Mat&) [with Scal = double; Mat = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/continuous.hpp:3076:34: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOrig(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7941:31: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Block, -1, 1, true>; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3116:40: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_biexp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7945:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3115:29: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_biexp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7945:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3138:29: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_biexp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7945:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::exp >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/continuous.hpp:3217:51: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:45:13: required from 'auto stan::math::subtract(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Mat2 = Eigen::Block, -1, 1, true>; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3233:42: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: required from 'stan::math::exp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >&):: [with auto:215 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::exp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3232:35: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3232:35: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >, void>::apply, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >&):: >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >&, const stan::math::exp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3232:35: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3231:42: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3238:46: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: required from 'stan::math::exp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&):: [with auto:215 = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::exp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::; T2 = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_t::type> >* = 0; T = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3237:35: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3237:35: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, void>::apply, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&):: >(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&, const stan::math::exp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3237:35: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:45:13: required from 'auto stan::math::subtract(const Mat1&, const Mat2&) [with Mat1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3236:38: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3230:40: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:19: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3229:36: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3229:36: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, const Eigen::Block, -1, 1, true> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3229:36: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:45:13: required from 'auto stan::math::subtract(const Mat1&, const Mat2&) [with Mat1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3265:38: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3260:40: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >&>(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >&):: [with auto:13 = const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:29: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3259:32: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3259:32: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3259:32: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7956:25: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:45:13: required from 'auto stan::math::subtract(const Mat1&, const Mat2&) [with Mat1 = Eigen::Block, -1, 1, true>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3316:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:19: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3315:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3315:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3315:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3315:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: required from 'stan::math::exp, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > >&):: [with auto:215 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::exp, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3314:35: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3314:35: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > >, void>::apply, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > >&, const stan::math::exp, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3314:35: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:22: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3313:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:13: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3313:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:32: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3313:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:19: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3309:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3309:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3309:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3309:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3308:29: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:13: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = double; Mat = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3339:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:32: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = double; Mat = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3339:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >&>(const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >&):: [with auto:13 = const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:29: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3338:40: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3338:40: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3338:40: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: required from 'stan::math::exp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: [with auto:215 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::exp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3337:35: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:63:51: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3337:35: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&, const stan::math::exp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/exp.hpp:62:46: required from 'auto stan::math::exp(const Container&) [with Container = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_container_st* = 0]' stan_files/continuous.hpp:3337:35: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:22: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3336:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:13: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3336:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:32: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3336:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:19: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseNullaryOp, Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3331:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseNullaryOp, Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3331:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseNullaryOp, Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3331:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseNullaryOp, Eigen::Matrix >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3331:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:22: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3330:29: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:13: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3330:29: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:32: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3330:29: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7962:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Block, -1, 1, true>; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3449:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_logis(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7975:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Block, -1, 1, true>; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > > > > > > > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3449:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_logis(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7975:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_multiply.hpp:28:25: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Block, -1, 1, true>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3508:40: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_micmen(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7982:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:45:13: required from 'auto stan::math::add(const Mat1&, const Mat2&) [with Mat1 = Eigen::Block, -1, 1, true>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3511:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_micmen(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7982:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:19: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3507:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_micmen(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7982:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3507:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_micmen(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7982:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3507:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_micmen(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7982:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3507:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_micmen(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7982:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:13: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3520:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_micmen(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7982:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:32: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3520:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_micmen(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7982:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3516:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_micmen(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7982:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3516:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_micmen(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7982:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Mat2 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:3516:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_micmen(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7982:30: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:54:46: required from 'auto stan::math::inv(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' stan_files/continuous.hpp:2263:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_gauss(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8012:65: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::inv >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:54:46: required from 'auto stan::math::inv(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' stan_files/continuous.hpp:2263:33: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_gauss(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8012:65: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_sqrt.hpp:64:53: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_sqrt.hpp:63:46: required from 'auto stan::math::inv_sqrt(const Container&) [with Container = Eigen::Matrix; stan::require_not_var_matrix_t* = 0; stan::require_container_st* = 0]' stan_files/continuous.hpp:2529:40: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_inv_gaussian(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8057:76: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::inv_sqrt >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_sqrt.hpp:63:46: required from 'auto stan::math::inv_sqrt(const Container&) [with Container = Eigen::Matrix; stan::require_not_var_matrix_t* = 0; stan::require_container_st* = 0]' stan_files/continuous.hpp:2529:40: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_inv_gaussian(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8057:76: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_logit.hpp:88:53: required from 'auto stan::math::inv_logit(const T&) [with T = Eigen::Matrix; stan::require_not_var_matrix_t* = 0; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0]' stan_files/continuous.hpp:2700:35: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Matrix&)::, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/Phi.hpp:71:47: required from 'auto stan::math::Phi(const T&) [with T = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::require_not_var_matrix_t* = 0]' stan_files/continuous.hpp:2705:31: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:42: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/continuous.hpp:2710:41: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/continuous.hpp:2710:41: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/continuous.hpp:2710:41: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::inv_cloglog >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/continuous.hpp:2710:41: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/atan.hpp:61:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/atan.hpp:60:46: required from 'auto stan::math::atan(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/continuous.hpp:2716:57: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::atan >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/atan.hpp:60:46: required from 'auto stan::math::atan(const Container&) [with Container = Eigen::Matrix; stan::require_container_st* = 0]' stan_files/continuous.hpp:2716:57: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, const Eigen::ArrayWrapper > > >&>(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&):: [with auto:13 = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:29: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2716:40: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2716:40: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2716:40: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:22: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2715:35: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:13: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2715:35: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:77:32: required from 'auto stan::math::add(Scal, const Mat&) [with Scal = double; Mat = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2715:35: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:42: required from 'stan::math::inv_cloglog, const Eigen::Matrix > >(const Eigen::CwiseUnaryOp, const Eigen::Matrix >&):: [with auto:312 = Eigen::CwiseUnaryOp, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::inv_cloglog, const Eigen::Matrix > >(const Eigen::CwiseUnaryOp, const Eigen::Matrix >&)::; T2 = Eigen::CwiseUnaryOp, const Eigen::Matrix >; stan::require_t::type> >* = 0; T = Eigen::CwiseUnaryOp, const Eigen::Matrix >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::CwiseUnaryOp, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/continuous.hpp:2728:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Matrix > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:42: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::CwiseUnaryOp, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/continuous.hpp:2728:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:42: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::CwiseUnaryOp, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/continuous.hpp:2728:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::CwiseUnaryOp, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/continuous.hpp:2728:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:95:39: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::CwiseUnaryOp, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/continuous.hpp:2728:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::Matrix >, void>::apply, const Eigen::Matrix > >(const Eigen::CwiseUnaryOp, const Eigen::Matrix >&):: >(const Eigen::CwiseUnaryOp, const Eigen::Matrix >&, const stan::math::inv_cloglog, const Eigen::Matrix > >(const Eigen::CwiseUnaryOp, const Eigen::Matrix >&)::&):: [with auto:6 = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv_cloglog.hpp:94:46: required from 'auto stan::math::inv_cloglog(const Container&) [with Container = Eigen::CwiseUnaryOp, const Eigen::Matrix >; stan::require_container_st* = 0]' stan_files/continuous.hpp:2728:49: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:22: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2727:44: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:13: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2727:44: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:32: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = int; Mat = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::Matrix > > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2727:44: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:8081:55: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, member_sum, 1>; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 2, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 2, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 2, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 2, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:203:15: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:251:78: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:277: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 2, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, 2, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:217:20: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:251:78: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:268:34: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:100:15: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:106:17: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2256:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2256 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2258:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2258 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2259:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2259 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2259:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2298:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2298 | PacketBlock kernel_half; | ^~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2298:39: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2304 | PacketBlock kernel_quarter; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2304:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gebp_kernel::operator()(const DataMapper&, const LhsScalar*, const RhsScalar*, Index, Index, Index, ResScalar, Index, Index, Index, Index) [with LhsScalar = double; RhsScalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int mr = 4; int nr = 4; bool ConjugateLhs = false; bool ConjugateRhs = false; ResScalar = double]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:113:15: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1920:103: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1920 | const int SResPacketHalfSize = unpacket_traits::half>::size; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1921 | const int SResPacketQuarterSize = unpacket_traits::half>::half>::size; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1921:138: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1977:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1977 | typedef typename conditional=8,typename unpacket_traits::half,SResPacket>::type SResPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1978:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1978 | typedef typename conditional=8,typename unpacket_traits::half,SLhsPacket>::type SLhsPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1979:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1979 | typedef typename conditional=8,typename unpacket_traits::half,SRhsPacket>::type SRhsPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:1980:135: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 1980 | typedef typename conditional=8,typename unpacket_traits::half,SAccPacket>::type SAccPacketHalf; | ^~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:155:52: required from 'void Eigen::internal::tribb_kernel::operator()(ResScalar*, Index, Index, const LhsScalar*, const RhsScalar*, Index, Index, const ResScalar&) [with LhsScalar = double; RhsScalar = double; Index = long int; int mr = 4; int nr = 4; bool ConjLhs = false; bool ConjRhs = false; int ResInnerStride = 1; int UpLo = 2; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Matrix; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/variance.hpp:28:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:370:46: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:370:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:26: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 0>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:43: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:352:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:80: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0>, -1, 1, false> >, Eigen::Transpose, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:358:67: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:35: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:32: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:45:80: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, true>, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:76:64: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' stan_files/continuous.hpp:5162:77: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:513:38: required from 'struct Eigen::internal::cast_return_type, const Eigen::CwiseUnaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/../plugins/CommonCwiseUnaryOps.h:48:179: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6212:58: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:28:12: required from 'auto stan::math::multiply(const Mat&, Scal) [with Mat = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; Scal = double; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0; stan::require_all_not_complex_t::type>* = 0]' stan_files/continuous.hpp:6583:64: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_linesearch.hpp:247:23: required from 'int stan::optimization::WolfeLineSearch(FunctorType&, Scalar&, XType&, Scalar&, XType&, const XType&, const XType&, const Scalar&, const XType&, const Scalar&, const Scalar&, const Scalar&, const Scalar&, const Scalar&) [with FunctorType = ModelAdaptor; Scalar = double; XType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:209:28: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:78: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:64: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, Eigen::Matrix >, const Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:34:52: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:47: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:24: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Product, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:55:20: required from 'void stan::optimization::BFGSUpdate_HInv::search_direction(VectorT&, const VectorT&) const [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:254:25: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:40: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:1993:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:5849:27: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:31:9: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:1993:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:5849:27: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:35:50: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:1993:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:5849:27: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:50:50: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:1993:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:5849:27: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:52:51: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:1993:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:5849:27: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:58:44: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:1993:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:5849:27: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:61:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:1993:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:5849:27: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:61:52: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:1993:31: required from 'Eigen::Matrix::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type, -1, 1> model_continuous_namespace::hs_prior(const T0__&, const std::vector&, const std::vector >&, const T3__&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = stan::math::var_value; T2__ = stan::math::var_value; T3__ = double; T4__ = stan::math::var_value; T5__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, T1__, T2__, T3__, T4__, typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:5849:27: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:131:53: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/continuous.hpp:1587:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_continuous_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6188:25: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:134:39: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/continuous.hpp:1587:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_continuous_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6188:25: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:143:58: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/continuous.hpp:1587:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_continuous_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6188:25: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:143:38: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/continuous.hpp:1587:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_continuous_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6188:25: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:149:53: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/continuous.hpp:1587:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_continuous_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6188:25: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:151:51: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = var_value; Mat = Eigen::Matrix, -1, 1>; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/continuous.hpp:1587:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type, -1, 1> model_continuous_namespace::make_theta_L(const int&, const std::vector&, const T2__&, const T3__&, const T4__&, const T5__&, const T6__&, const T7__&, std::ostream*) [with T2__ = stan::math::var_value; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Matrix, -1, 1>; T6__ = Eigen::Matrix, -1, 1>; T7__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type>::type>::type = stan::math::var_value; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6188:25: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>&>(const Eigen::Matrix, -1, -1>&)::::, const Eigen::Matrix, -1, -1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, -1>&>(const Eigen::Matrix, -1, -1>&):: [with auto:11 = const Eigen::Matrix, -1, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:1781:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6191:40: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&)::::, const Eigen::Block, -1, 1>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, -1>&>(const Eigen::VectorBlock, -1, 1>, -1>&):: [with auto:11 = const Eigen::VectorBlock, -1, 1>, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:1781:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6191:40: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:154:24: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:3688:60: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> model_continuous_namespace::mvn_ols_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = double; T4__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6224:45: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: recursively required by substitution of 'template struct stan::plain_type, stan::is_eigen::type> >::value, void>::type> [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: required by substitution of 'template using plain_type_t = typename stan::plain_type::type [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:153:9: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:3688:60: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> model_continuous_namespace::mvn_ols_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = double; T4__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6224:45: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:157:47: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:3688:60: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> model_continuous_namespace::mvn_ols_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = double; T4__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6224:45: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:125:45: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:126:47: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:127:17: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:128:16: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:140:69: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:152:30: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:155:29: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:155:67: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:164:63: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:176:69: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:178:50: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:178:55: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:120:37: required from 'auto stan::math::subtract(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Block, -1, -1>, -1, 1, true>; VarMat2 = Eigen::Matrix, -1, 1>; stan::require_all_rev_matrix_t* = 0]' stan_files/continuous.hpp:2948:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6389:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Block, -1, -1, 0, -1, -1>, -1, 1, true>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:121:9: required from 'auto stan::math::subtract(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Block, -1, -1>, -1, 1, true>; VarMat2 = Eigen::Matrix, -1, 1>; stan::require_all_rev_matrix_t* = 0]' stan_files/continuous.hpp:2948:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6389:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:124:40: required from 'auto stan::math::subtract(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Block, -1, -1>, -1, 1, true>; VarMat2 = Eigen::Matrix, -1, 1>; stan::require_all_rev_matrix_t* = 0]' stan_files/continuous.hpp:2948:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6389:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&):: [with auto:11 = const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:2953:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6389:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Types = {Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1, 0, -1, -1>, -1, 1, true> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:2953:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6389:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:2947:40: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6389:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:2947:40: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6389:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:59:65: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6388:68: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6388:68: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:96:35: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6388:68: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:59: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6388:68: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:180:45: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Block, -1, -1>, -1, 1, true>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:3016:42: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6393:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:180:30: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Block, -1, -1>, -1, 1, true>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:3016:42: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6393:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: recursively required by substitution of 'template struct stan::plain_type, stan::is_eigen::type> >::value, void>::type> [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: required by substitution of 'template using plain_type_t = typename stan::plain_type::type [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:179:9: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Block, -1, -1>, -1, 1, true>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:3016:42: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6393:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:183:47: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Block, -1, -1>, -1, 1, true>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:3016:42: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6393:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&>(const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1, 0, -1, -1>, -1, 1, true> > >, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseUnaryOp >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:3010:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6393:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:180:37: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = int; VarMat = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:3008:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6393:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:180:45: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = int; VarMat = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:3008:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6393:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:180:30: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = int; VarMat = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:3008:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6393:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: recursively required by substitution of 'template struct stan::plain_type, stan::is_eigen::type> >::value, void>::type> [with T = const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: required by substitution of 'template using plain_type_t = typename stan::plain_type::type [with T = const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:179:9: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = int; VarMat = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:3008:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6393:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&):: [with auto:11 = const Eigen::Block, -1, -1>, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:3005:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6393:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Block, -1, -1, 0, -1, -1>, -1, 1, true>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Block, -1, -1>, -1, 1, true>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:3005:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asympOff(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6393:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Block, -1, -1, 0, -1, -1>, -1, 1, true>, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Block, -1, -1>, -1, 1, true>; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:3116:40: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_biexp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6418:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Block, -1, -1, 0, -1, -1>, -1, 1, true>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:121:9: required from 'auto stan::math::subtract(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::Block, -1, -1>, -1, 1, true>; stan::require_all_rev_matrix_t* = 0]' stan_files/continuous.hpp:3233:42: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6428:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:3231:42: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6428:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of >, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:3238:46: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6428:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Types = {Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1, 0, -1, 1> >, Eigen::Map, 0, Eigen::Stride<0, 0> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:3238:46: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6428:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >; Types = {Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:121:9: required from 'auto stan::math::subtract(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; VarMat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_rev_matrix_t* = 0]' stan_files/continuous.hpp:3236:38: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6428:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> >, const Eigen::CwiseUnaryOp, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:121:9: required from 'auto stan::math::subtract(const VarMat1&, const VarMat2&) [with VarMat1 = Eigen::Matrix, -1, 1>; VarMat2 = Eigen::Matrix, -1, 1>; stan::require_all_rev_matrix_t* = 0]' stan_files/continuous.hpp:3242:55: required from 'Eigen::Matrix::type, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fol(const T0__&, const T1__&, const T2__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6428:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:154:24: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Block, -1, -1>, -1, 1, true>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:3316:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6434:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: recursively required by substitution of 'template struct stan::plain_type, stan::is_eigen::type> >::value, void>::type> [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: required by substitution of 'template using plain_type_t = typename stan::plain_type::type [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:153:9: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Block, -1, -1>, -1, 1, true>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:3316:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6434:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&):: [with auto:11 = const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:3315:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6434:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:60: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:3315:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6434:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:40: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:3315:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6434:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&>(const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >&)::::, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> > > > > >; Types = {Eigen::Matrix, -1, 1, 0, -1, 1>, Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1, 0, -1, -1>, -1, 1, true> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:31:9: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>, void>::apply(const Eigen::Block, -1, -1>, -1, 1, true>&)::, const Eigen::Block, -1, -1>, -1, 1, true> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:3315:44: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6434:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:3313:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6434:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >::val_Op, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:148:9: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = int; VarMat = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:169:13: required from 'auto stan::math::add(const Arith&, const VarMat&) [with Arith = int; VarMat = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:3313:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6434:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:150:47: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:3313:33: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6434:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:3331:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6434:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:37: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:3331:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6434:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:40: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:3331:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6434:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper >, Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> > > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >; Types = {Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1, 0, -1, 1> >, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:31:9: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseNullaryOp >, Eigen::Matrix, -1, 1> >; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:3331:38: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_fpl(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6434:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:37: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Block, -1, -1>, -1, 1, true>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:3449:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_logis(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6447:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:40: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Block, -1, -1>, -1, 1, true>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:3449:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_logis(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6447:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >; Types = {Eigen::Block, -1, -1, 0, -1, -1>, -1, 1, true>, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:31:9: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Block, -1, -1>, -1, 1, true>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:3449:36: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_logis(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6447:48: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, -1, -1>, -1, 1, true>&>(const Eigen::Block, -1, -1>, -1, 1, true>&)::::, const Eigen::Block, -1, -1>, -1, 1, true> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Types = {Eigen::Block, -1, -1, 0, -1, -1>, -1, 1, true>, Eigen::Map, 0, Eigen::Stride<0, 0> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_multiply.hpp:31:9: required from 'auto stan::math::elt_multiply(const Mat1&, const Mat2&) [with Mat1 = Eigen::Block, -1, -1>, -1, 1, true>; Mat2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:3508:40: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_micmen(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6453:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:35: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Block, -1, -1>, -1, 1, true>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:3511:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_micmen(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6453:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, -1>, -1, 1, true> >::val_Op, const Eigen::Block, -1, -1>, -1, 1, true> > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Types = {Eigen::Block, -1, -1, 0, -1, -1>, -1, 1, true>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:148:9: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Block, -1, -1>, -1, 1, true>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:3511:31: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_micmen(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, -1>; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6453:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:49:21: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/continuous.hpp:6519:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:53:28: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/continuous.hpp:6519:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&)::::, const Eigen::ArrayWrapper, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1> > >(Eigen::ArrayWrapper, -1, 1> >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:59:65: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6541:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:60: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:2386:47: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> model_continuous_namespace::GammaReg(const T0__&, const T1__&, const T2__&, const int&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T4__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6553:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:40: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:2386:47: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> model_continuous_namespace::GammaReg(const T0__&, const T1__&, const T2__&, const int&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T4__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6553:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1, 0, -1, 1> >}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:31:9: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:2386:47: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> model_continuous_namespace::GammaReg(const T0__&, const T1__&, const T2__&, const int&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T4__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6553:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:30:40: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:2392:58: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> model_continuous_namespace::GammaReg(const T0__&, const T1__&, const T2__&, const int&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T4__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6553:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/meta/return_var_matrix.hpp:22:7: required by substitution of 'template using return_var_matrix_t = std::conditional_t::value, stan::math::var_value::type>::type, void>::type>, typename stan::math::promote_scalar_type, typename std::decay::type>::type, void>::type> [with ReturnType = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > > > >; Types = {Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1, 0, -1, 1>}]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/elt_divide.hpp:31:9: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:2392:58: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> model_continuous_namespace::GammaReg(const T0__&, const T1__&, const T2__&, const int&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T4__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6553:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:180:30: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:2579:57: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, typename stan::base_type::type> model_continuous_namespace::inv_gaussian(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T3__ = double; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6559:52: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: recursively required by substitution of 'template struct stan::plain_type, stan::is_eigen::type> >::value, void>::type> [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: required by substitution of 'template using plain_type_t = typename stan::plain_type::type [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:179:9: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = Eigen::Map, 0, Eigen::Stride<0, 0> >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:2579:57: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, typename stan::base_type::type> model_continuous_namespace::inv_gaussian(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T3__ = double; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, typename stan::base_type::type> = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6559:52: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:2716:40: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6578:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:149:72: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = double; Mat = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/continuous.hpp:2716:40: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6578:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_division.hpp:149:53: required from 'auto stan::math::divide(const Mat&, Scalar) [with Scalar = double; Mat = Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >; stan::require_matrix_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_st_var_or_arithmetic* = 0; stan::require_any_st_var* = 0]' stan_files/continuous.hpp:2716:40: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6578:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:147:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:2715:35: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6578:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:148:9: required from 'auto stan::math::add(const VarMat&, const Arith&) [with Arith = double; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:169:13: required from 'auto stan::math::add(const Arith&, const VarMat&) [with Arith = double; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:2715:35: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6578:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_addition.hpp:150:47: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:2715:35: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6578:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:180:37: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = int; VarMat = Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > >; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:2727:44: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6578:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:180:45: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = int; VarMat = Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > >; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:2727:44: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6578:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:180:30: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = int; VarMat = Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > >; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:2727:44: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6578:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: recursively required by substitution of 'template struct stan::plain_type, stan::is_eigen::type> >::value, void>::type> [with T = const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: required by substitution of 'template using plain_type_t = typename stan::plain_type::type [with T = const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > >::val_Op, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:179:9: required from 'auto stan::math::subtract(const Arith&, const VarMat&) [with Arith = int; VarMat = Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >, void>::apply(const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> >&)::, const Eigen::CwiseUnaryOp >, const Eigen::Matrix, -1, 1> > >; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:2727:44: required from 'Eigen::Matrix::type>::type, -1, 1> model_continuous_namespace::linkinv_beta(const T0__&, const int&, std::ostream*) [with T0__ = Eigen::Matrix, -1, 1>; stan::require_all_t, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6578:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:79:37: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6581:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:84:23: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6581:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:28: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6581:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:35: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6581:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:27: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6581:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:61: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6581:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:52: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6581:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:35: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6581:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:105:23: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6581:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:110:64: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6581:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:42: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6581:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&)::::, const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&>(const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >&):: [with auto:11 = const Eigen::CwiseUnaryOp, -1, 1>, void>::apply(const Eigen::Matrix, -1, 1>&)::, const Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:2303:34: required from 'Eigen::Matrix::type, typename stan::base_type::type, T2__>::type, -1, 1> model_continuous_namespace::pw_gauss(const T0__&, const T1__&, const T2__&, const int&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, T2__>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6634:31: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:243:33: required from 'auto stan::math::subtract(const Var&, const VarMat&) [with Var = var_value; VarMat = Eigen::Matrix, -1, 1>; stan::require_var_vt* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:2301:32: required from 'Eigen::Matrix::type, typename stan::base_type::type, T2__>::type, -1, 1> model_continuous_namespace::pw_gauss(const T0__&, const T1__&, const T2__&, const int&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, T2__>::type = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6634:31: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:154:24: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:2628:32: required from 'Eigen::Matrix::type, typename stan::base_type::type, T2__, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::pw_inv_gaussian(const T0__&, const T1__&, const T2__&, const int&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, T2__, typename stan::base_type::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6648:42: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_base_pointer_convertible.hpp:29:17: required from 'struct stan::is_base_pointer_convertible, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/is_eigen.hpp:20:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: recursively required by substitution of 'template struct stan::plain_type, stan::is_eigen::type> >::value, void>::type> [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/plain_type.hpp:22:7: required by substitution of 'template using plain_type_t = typename stan::plain_type::type [with T = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1> >::val_Op, const Eigen::Matrix, -1, 1> > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:153:9: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:2628:32: required from 'Eigen::Matrix::type, typename stan::base_type::type, T2__, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::pw_inv_gaussian(const T0__&, const T1__&, const T2__&, const int&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, T2__, typename stan::base_type::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6648:42: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/operator_subtraction.hpp:157:47: required from 'auto stan::math::subtract(const VarMat&, const Arith&) [with Arith = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; VarMat = Eigen::Matrix, -1, 1>; stan::require_st_arithmetic* = 0; stan::require_rev_matrix_t* = 0]' stan_files/continuous.hpp:2628:32: required from 'Eigen::Matrix::type, typename stan::base_type::type, T2__, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::pw_inv_gaussian(const T0__&, const T1__&, const T2__&, const int&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix, -1, 1>; T2__ = stan::math::var_value; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, T2__, typename stan::base_type::type, typename stan::base_type::type>::type = stan::math::var_value; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6648:42: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:96:35: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6714:56: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:45: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6714:56: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:59: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6714:56: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log >(const Eigen::Array&):: [with auto:169 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:81:68: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:90:27: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:44: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:65: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:28: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:35: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: required from 'stan::math::inv >(const Eigen::Array&):: [with auto:220 = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:101:63: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:45: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&)::::, const Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, 0, Eigen::Stride<0, 0> > > >(Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:59:64: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6750:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:92:65: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6750:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6750:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6750:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:82:26: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6801:69: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6839:58: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:39: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:104:12: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:98:62: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:39: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:112:24: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:17: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:139:54: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:147:45: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:268:7: required from 'Eigen::MapBase::ScalarWithConstIfNotLvalue& Eigen::MapBase::coeffRef(Eigen::Index) [with Derived = Eigen::Block, -1, 1, true>; ScalarWithConstIfNotLvalue = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:367:25: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:475:5: required from 'void Eigen::internal::apply_rotation_in_the_plane(Eigen::DenseBase&, Eigen::DenseBase&, const Eigen::JacobiRotation&) [with VectorX = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; VectorY = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; OtherScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Jacobi/Jacobi.h:315:40: required from 'void Eigen::MatrixBase::applyOnTheRight(Eigen::Index, Eigen::Index, const Eigen::JacobiRotation&) [with OtherScalar = double; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:895:24: required from 'void Eigen::internal::tridiagonal_qr_step(RealScalar*, RealScalar*, Index, Index, Scalar*, Index) [with int StorageOrder = 0; RealScalar = double; Scalar = double; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:548:87: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::min_coeff_visitor, -1, 1, false>, 0>; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:323:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:496:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::minCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, -1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:563:35: required from 'Eigen::ComputationInfo Eigen::internal::computeFromTridiagonal_impl(DiagType&, SubDiagType&, Eigen::Index, bool, MatrixType&) [with MatrixType = Eigen::Matrix; DiagType = Eigen::Matrix; SubDiagType = Eigen::Matrix; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:460:49: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:22: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:125: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, true>, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:379:74: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1384:41: required from 'struct Eigen::internal::evaluator_wrapper_base, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1464:8: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, Eigen::Array > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:387:50: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:507:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:22: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:567:77: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:142:7: required from 'Eigen::DenseCoeffsBase::CoeffReturnType Eigen::DenseCoeffsBase::coeff(Eigen::Index) const [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; CoeffReturnType = const double&; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:79:20: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::Matrix; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::Matrix; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::Matrix; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::Matrix; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: required from 'Derived& Eigen::MatrixBase::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Matrix; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_col.hpp:49:26: required from 'auto stan::math::append_col(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Map, 0, Eigen::Stride<0, 0> >; = void]' stan_files/continuous.hpp:5412:56: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_self.hpp:31:23: required from 'stan::value_type_t stan::math::dot_self(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >; stan::require_eigen_t* = 0; stan::require_not_eigen_vt* = 0; stan::value_type_t = double]' stan_files/continuous.hpp:5440:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/continuous.hpp:7699:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Map, 0, Eigen::Stride<0, 0> >; U = Eigen::Matrix; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: required from 'auto stan::math::dot_product(const Vec1&, const Vec2&) [with Vec1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Vec2 = Eigen::Matrix; stan::require_all_eigen_vector_t* = 0; stan::require_not_var_t::type>* = 0]' stan_files/continuous.hpp:7713:36: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:45:13: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6224:45: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:152:30: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = double; T_beta = Eigen::Matrix; T_scale = double; stan::require_matrix_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Transpose >, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:155:67: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = double; T_beta = Eigen::Matrix; T_scale = double; stan::require_matrix_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:40: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6388:68: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6388:68: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, const Eigen::ArrayWrapper > > >&>(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&):: [with auto:13 = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, const Eigen::ArrayWrapper > > >&>(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&)::; Args = {const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6541:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, const Eigen::ArrayWrapper > > >&>(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&):: [with auto:13 = const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, const Eigen::ArrayWrapper > > >&>(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&)::; Args = {const Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6545:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6553:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2386:47: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> model_continuous_namespace::GammaReg(const T0__&, const T1__&, const T2__&, const int&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; T2__ = double; T4__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6553:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log >(const Eigen::Matrix&):: [with auto:169 = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6553:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::log >(const Eigen::Matrix&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, void>::apply >(const Eigen::Matrix&):: >(const Eigen::Matrix&, const stan::math::log >(const Eigen::Matrix&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6553:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6553:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2392:58: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> model_continuous_namespace::GammaReg(const T0__&, const T1__&, const T2__&, const int&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; T2__ = double; T4__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6553:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:45:13: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6559:52: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:19: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2579:36: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, typename stan::base_type::type> model_continuous_namespace::inv_gaussian(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; T2__ = double; T3__ = double; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, typename stan::base_type::type> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6559:52: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:32: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2579:36: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, typename stan::base_type::type> model_continuous_namespace::inv_gaussian(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; T2__ = double; T3__ = double; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, typename stan::base_type::type> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6559:52: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:22: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6559:52: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/elt_divide.hpp:27:42: required from 'auto stan::math::elt_divide(const Mat1&, const Mat2&) [with Mat1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; Mat2 = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2579:36: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, typename stan::base_type::type> model_continuous_namespace::inv_gaussian(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; T2__ = double; T3__ = double; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T3__, typename stan::base_type::type> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6559:52: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >&>(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >&):: [with auto:13 = const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::as_array_or_scalar, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >&>(const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >&)::; Args = {const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:21: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6581:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6581:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6581:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:21: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; T_scale_fail = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6581:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::Array >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:42: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; T_scale_fail = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6581:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/rows_dot_product.hpp:30:45: required from 'Eigen::Matrix::type, Mat1::RowsAtCompileTime, 1> stan::math::rows_dot_product(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_eigen_vt* = 0; typename stan::return_type::type = double]' stan_files/continuous.hpp:6614:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/rows_dot_product.hpp:30:26: required from 'Eigen::Matrix::type, Mat1::RowsAtCompileTime, 1> stan::math::rows_dot_product(const Mat1&, const Mat2&) [with Mat1 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_eigen_vt* = 0; typename stan::return_type::type = double]' stan_files/continuous.hpp:6616:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >, Eigen::internal::member_sum, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:56:7: required from 'class Eigen::PartialReduxExpr, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >, Eigen::internal::member_sum, 1>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/rows_dot_product.hpp:30:45: required from 'Eigen::Matrix::type, Mat1::RowsAtCompileTime, 1> stan::math::rows_dot_product(const Mat1&, const Mat2&) [with Mat1 = Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >; Mat2 = Eigen::Matrix; stan::require_all_eigen_t* = 0; stan::require_all_not_eigen_vt* = 0; typename stan::return_type::type = double]' stan_files/continuous.hpp:6616:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6613:72: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:35: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix; T_scale_fail = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6613:72: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:27: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix; T_scale_fail = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6613:72: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:52: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix; T_scale_fail = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6613:72: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:35: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix; T_scale_fail = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6613:72: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:105:23: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix; T_scale_fail = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6613:72: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6613:72: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6613:72: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:21: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix; T_scale_fail = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6613:72: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6613:72: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > >&)::, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::ArrayWrapper > > > >, const Eigen::CwiseUnaryOp >, void>::apply(const Eigen::ArrayWrapper >&)::, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:113:42: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix; T_scale_fail = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6613:72: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6634:31: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/divide.hpp:47:64: required from 'auto stan::math::divide(const T1&, const T2&) [with T1 = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix >; T2 = double; stan::require_any_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2305:36: required from 'Eigen::Matrix::type, typename stan::base_type::type, T2__>::type, -1, 1> model_continuous_namespace::pw_gauss(const T0__&, const T1__&, const T2__&, const int&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; T2__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, T2__>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6634:31: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: [with auto:239 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::square, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6634:31: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: [with auto:239 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6634:31: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&, const stan::math::square, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, void>::apply, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&, const stan::math::square, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6634:31: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6634:31: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:22: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2301:32: required from 'Eigen::Matrix::type, typename stan::base_type::type, T2__>::type, -1, 1> model_continuous_namespace::pw_gauss(const T0__&, const T1__&, const T2__&, const int&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; T2__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, T2__>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6634:31: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:13: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6634:31: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:62:32: required from 'auto stan::math::subtract(Scal, const Mat&) [with Scal = double; Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > > > >; stan::require_stan_scalar_t* = 0; stan::require_eigen_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2301:32: required from 'Eigen::Matrix::type, typename stan::base_type::type, T2__>::type, -1, 1> model_continuous_namespace::pw_gauss(const T0__&, const T1__&, const T2__&, const int&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; T2__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, T2__>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6634:31: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >&):: [with auto:239 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: required from 'static auto stan::math::apply_vector_unary::type>::value, void>::type>::apply(const T&, const F&) [with F = stan::math::square, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >&)::; T2 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; stan::require_t::type> >* = 0; T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:69:46: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6648:42: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >&):: [with auto:239 = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:47:25: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6648:42: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:70: required from 'stan::math::apply_vector_unary, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, void>::apply, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >&, const stan::math::square, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >&)::&):: [with auto:6 = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::apply_vector_unary, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, void>::apply, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >&):: >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >&, const stan::math::square, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >(const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >&)::&)::; Args = {Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:46:23: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6648:42: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/multiply.hpp:84:12: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6648:42: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:18: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2629:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, T2__, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::pw_inv_gaussian(const T0__&, const T1__&, const T2__&, const int&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; T2__ = double; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, T2__, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6648:42: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:21: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6648:42: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:140:7: required from 'class Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/add.hpp:61:32: required from 'auto stan::math::add(const Mat&, Scal) [with Mat = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > >; Scal = double; stan::require_eigen_t* = 0; stan::require_stan_scalar_t* = 0; stan::require_all_not_st_var* = 0]' stan_files/continuous.hpp:2629:29: required from 'Eigen::Matrix::type, typename stan::base_type::type, T2__, typename stan::base_type::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::pw_inv_gaussian(const T0__&, const T1__&, const T2__&, const int&, const T4__&, const T5__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; T2__ = double; T4__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T5__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type, T2__, typename stan::base_type::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6648:42: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/subtract.hpp:45:13: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6648:42: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6714:56: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:26: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, 0, Eigen::Stride<0, 0> > >(Eigen::Map, 0, Eigen::Stride<0, 0> >&&):: [with auto:13 = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6750:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:169 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6750:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/inv.hpp:55:55: required from 'stan::math::inv, 0, Eigen::Stride<0, 0> > > >(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&):: [with auto:220 = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6750:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:26: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6750:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:31: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6750:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:43: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6750:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:105:48: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6750:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:108:56: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6750:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:82:26: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6801:69: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:100:47: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6801:69: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:40: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6839:58: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:77:50: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6839:58: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = std::vector; T_dof = double; T_loc = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6846:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:99:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/square.hpp:70:54: required from 'stan::math::square, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >(const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >&):: [with auto:239 = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:102:27: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1p_fun; T = Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:107:49: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:124:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:15: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:42: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:57: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:125:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:127:35: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:22: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:136:48: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:137:9: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:60: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:28: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:144:16: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >&)::, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array > >, const Eigen::CwiseUnaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, void>::apply(const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >&)::, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:143:13: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:147:45: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:199:45: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/rows_dot_product.hpp:38:34: required from 'Eigen::Matrix, Mat1::RowsAtCompileTime, 1> stan::math::rows_dot_product(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_eigen_t* = 0; stan::require_any_eigen_vt* = 0]' stan_files/continuous.hpp:6614:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, 0, 1, 1> >::adj_Op, Eigen::Matrix, 1, 1, 0, 1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, 0, 1, 1> >::adj_Op, Eigen::Matrix, 1, 1, 0, 1, 1> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, 0, 1, 1> >::adj_Op, Eigen::Matrix, 1, 1, 0, 1, 1> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, 0, 1, 1> >::adj_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, 0, 1, 1> >::adj_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, 1, 1, 0, 1, 1> >::adj_Op, Eigen::Matrix, 1, 1, 0, 1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/rows_dot_product.hpp:38:34: required from 'Eigen::Matrix, Mat1::RowsAtCompileTime, 1> stan::math::rows_dot_product(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_eigen_t* = 0; stan::require_any_eigen_vt* = 0]' stan_files/continuous.hpp:6614:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 1, 1, false>&>(const Eigen::Block, -1, 1>, 1, 1, false>&)::::, const Eigen::Block, -1, 1>, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 1, 1, false>&>(const Eigen::Block, -1, 1>, 1, 1, false>&)::::, const Eigen::Block, -1, 1>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 1, 1, false>&>(const Eigen::Block, -1, 1>, 1, 1, false>&)::::, const Eigen::Block, -1, 1>, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, 1, 1, false>&>(const Eigen::Block, -1, 1>, 1, 1, false>&)::::, const Eigen::Block, -1, 1>, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, 1, 1, false>&>(const Eigen::Block, -1, 1>, 1, 1, false>&)::::, const Eigen::Block, -1, 1>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, 1, 1, false>&>(const Eigen::Block, -1, 1>, 1, 1, false>&):: [with auto:11 = const Eigen::Block, -1, 1>, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/rows_dot_product.hpp:38:34: required from 'Eigen::Matrix, Mat1::RowsAtCompileTime, 1> stan::math::rows_dot_product(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_eigen_t* = 0; stan::require_any_eigen_vt* = 0]' stan_files/continuous.hpp:6614:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&)::::, const Eigen::ArrayWrapper, -1, 1>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>, -1, 1, false> > >(Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >&&):: [with auto:11 = Eigen::ArrayWrapper, -1, 1>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:1911:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, void>::apply(const Eigen::Array&)::, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, void>::apply(const Eigen::Array&)::, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, void>::apply(const Eigen::Array&)::, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, void>::apply(const Eigen::Array&)::, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_fun; T = Eigen::Array]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:1911:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:27: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1911:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:52: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1911:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:35: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1, 1>, -1>; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1911:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:1922:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:27: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1922:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1922:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:1922:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:52: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1922:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:35: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1922:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:44: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1922:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1922:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1922:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:43: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1922:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1922:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::lgamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:1924:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:27: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1924:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::digamma_fun; T = Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:1924:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseUnaryOp, 0, Eigen::Stride<0, 0> > >, void>::apply(const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >&)::, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:102:52: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1924:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:35: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1924:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1924:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1924:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:43: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1924:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1924:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/accumulator.hpp:135:50: required from 'stan::math::var stan::math::accumulator::type>::value, void>::type>::sum() const [with T = stan::math::var_value; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type; stan::math::var = stan::math::var_value]' stan_files/continuous.hpp:7038:26: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h:116:13: required from 'static void Eigen::internal::general_matrix_matrix_triangular_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, const ResScalar&, Eigen::internal::level3_blocking&) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 1; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int UpLo = 2; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:113:12: required from 'static void Eigen::selfadjoint_product_selector::run(MatrixType&, const OtherType&, const typename MatrixType::Scalar&) [with MatrixType = Eigen::Matrix; OtherType = Eigen::Matrix; int UpLo = 2; typename MatrixType::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointProduct.h:126:62: required from 'Eigen::SelfAdjointView& Eigen::SelfAdjointView::rankUpdate(const Eigen::MatrixBase&, const Scalar&) [with DerivedU = Eigen::Matrix; _MatrixType = Eigen::Matrix; unsigned int UpLo = 2; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:33:78: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Matrix >; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:453:45: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:372:86: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:34:74: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:35:60: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointRank2Update.h:35:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, 1, -1, false>, 0>; Derived = Eigen::Block, 1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with int NaNPropagation = 0; IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:501:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff(IndexType*) const [with IndexType = long int; Derived = Eigen::Block, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:521:90: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl, -1, -1, false>, 2>, Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve, -1, -1, false>, 2>, Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:550:33: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 2>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 2> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 2, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 2, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:561:27: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Ref.h:44:50: required from 'struct Eigen::internal::traits, 0, Eigen::InnerStride<1> > >::match, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/ref_type.hpp:42:38: required from 'struct stan::ref_type_if, -1>, void>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/ref_type.hpp:57:7: required by substitution of 'template using ref_type_if_t = typename stan::ref_type_if::type [with bool Condition = false; T = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:50:9: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::VectorBlock, -1>; T_scale_succ = Eigen::Matrix; T_scale_fail = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:1911:39: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; T2__ = Eigen::Matrix; T3__ = Eigen::Matrix; T4__ = Eigen::Matrix; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/as_array_or_scalar.hpp:57:51: required from 'stan::math::as_array_or_scalar, -1>&>(const Eigen::VectorBlock, -1>&):: [with auto:13 = const Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/log.hpp:66:51: required from 'stan::math::log, -1, 1, false> > >(const Eigen::ArrayWrapper, -1, 1, false> >&):: [with auto:169 = Eigen::ArrayWrapper, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_vector_unary.hpp:53:76: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1, false> >, void>::apply(const Eigen::ArrayWrapper, -1, 1, false> >&)::, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:62:23: required from 'static auto stan::math::apply_scalar_unary::type>::value, void>::type>::apply(const T&) [with F = stan::math::log1m_fun; T = Eigen::ArrayWrapper, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/apply_scalar_unary.hpp:72:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:27: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:61: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:52: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper, -1, 1, false> > >, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, -1, 1, false> >, const Eigen::CwiseNullaryOp, const Eigen::Array > > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:99:35: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:113:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:116:54: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 2>, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 2>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 2>, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:86:7: required from 'class Eigen::SolveImpl >, 2>, Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Solve.h:62:7: required from 'class Eigen::Solve >, 2>, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:53:48: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/families/normal_meanfield.hpp:388:57: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/advi.hpp:223:11: required from 'double stan::variational::advi::adapt_eta(Q&, int, stan::callbacks::logger&) const [with Model = model_continuous_namespace::model_continuous; Q = stan::variational::normal_meanfield; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/variational/advi.hpp:468:13: required from 'int stan::variational::advi::run(double, bool, int, double, int, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) const [with Model = model_continuous_namespace::model_continuous; Q = stan::variational::normal_meanfield; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/experimental/advi/meanfield.hpp:82:15: required from 'int stan::services::experimental::advi::meanfield(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, double, double, bool, int, int, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:900:18: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:49:27: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/continuous.hpp:6366:44: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:60:46: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/continuous.hpp:6366:44: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:68:48: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/continuous.hpp:6366:44: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:49:27: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/continuous.hpp:6519:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:49:27: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/continuous.hpp:6519:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:60:46: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/continuous.hpp:6519:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:68:48: required from 'stan::math::var stan::math::dot_product(const T1&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_all_vector_t* = 0; stan::require_not_complex_t::type>* = 0; stan::require_all_not_std_vector_t* = 0; stan::require_any_st_var* = 0; var = var_value]' stan_files/continuous.hpp:6519:51: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix >, 1, -1, false>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseUnaryOp, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:268:34: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::PartialReduxExpr, const Eigen::Matrix >, Eigen::internal::member_sum, 1>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/matrix_exp_action_handler.hpp:106:49: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::Block >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, true>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, true>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, true>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, 1, -1, true>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 0>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:79:51: required from 'class Eigen::internal::visitor_evaluator, const Eigen::Block, 0>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:123:17: required from 'void Eigen::DenseBase::visit(Visitor&) const [with Visitor = Eigen::internal::max_coeff_visitor, const Eigen::Block, 0>, -1, 1, false> >, 0>; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 0>, -1, 1, false> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Visitor.h:374:14: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:325:54: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:523:57: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, const Eigen::Block > >, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, const Eigen::Block > >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, const Eigen::Block > >, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, const Eigen::Block > >, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, const Eigen::Block > >, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, const Eigen::Block > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense > >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl >, const Eigen::Block > >, -1, 1, true>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Transpose > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Transpose > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, Eigen::Transpose > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, Eigen::Transpose > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1, -1, true>, Eigen::Transpose > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1, -1, true>, Eigen::Transpose > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1, -1, true>, Eigen::Transpose > >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl >, 1, -1, true>, Eigen::Transpose > >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Transpose > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Transpose > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Map, 0, Eigen::Stride<0, 0> >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6553:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_self.hpp:31:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6559:52: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/rows_dot_product.hpp:38:34: required from 'Eigen::Matrix, Mat1::RowsAtCompileTime, 1> stan::math::rows_dot_product(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_eigen_t* = 0; stan::require_any_eigen_vt* = 0]' stan_files/continuous.hpp:6614:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >, const Eigen::CwiseUnaryView, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >, const Eigen::CwiseUnaryView, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >, const Eigen::CwiseUnaryView, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >, const Eigen::CwiseUnaryView, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >, const Eigen::CwiseUnaryView, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::CwiseUnaryView, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> >; U = Eigen::CwiseUnaryView, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> >; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/rows_dot_product.hpp:38:34: required from 'Eigen::Matrix, Mat1::RowsAtCompileTime, 1> stan::math::rows_dot_product(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_eigen_t* = 0; stan::require_any_eigen_vt* = 0]' stan_files/continuous.hpp:6614:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/rows_dot_product.hpp:38:34: required from 'Eigen::Matrix, Mat1::RowsAtCompileTime, 1> stan::math::rows_dot_product(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_eigen_t* = 0; stan::require_any_eigen_vt* = 0]' stan_files/continuous.hpp:6614:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, const Eigen::CwiseUnaryView, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, const Eigen::CwiseUnaryView, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, const Eigen::CwiseUnaryView, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, const Eigen::CwiseUnaryView, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, const Eigen::CwiseUnaryView, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseUnaryView, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> >; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/rows_dot_product.hpp:38:34: required from 'Eigen::Matrix, Mat1::RowsAtCompileTime, 1> stan::math::rows_dot_product(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_eigen_t* = 0; stan::require_any_eigen_vt* = 0]' stan_files/continuous.hpp:6614:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::CwiseUnaryView, 1, 1, 0, 1, 1> >::val_Op, Eigen::Matrix, 1, 1, 0, 1, 1> >; U = Eigen::Matrix; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/rows_dot_product.hpp:38:34: required from 'Eigen::Matrix, Mat1::RowsAtCompileTime, 1> stan::math::rows_dot_product(const Mat1&, const Mat2&) [with Mat1 = Eigen::Matrix, -1, 1>; Mat2 = Eigen::Matrix, -1, 1>; stan::require_all_eigen_t* = 0; stan::require_any_eigen_vt* = 0]' stan_files/continuous.hpp:6614:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 16, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 16, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:280:48: required from 'void Eigen::internal::outer_product_selector_run(Dst&, const Lhs&, const Rhs&, const Func&, const false_type&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Func = generic_product_impl, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 5>::set]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:317:41: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Product, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/welford_covar_estimator.hpp:28:39: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, true>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:333: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:306:38: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:310:42: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h: In instantiation of 'class Eigen::internal::gemv_traits': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:314:45: required from 'struct Eigen::internal::general_matrix_vector_product, 1, false, double, Eigen::internal::const_blas_data_mapper, false, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:347:132: required from 'static void Eigen::internal::gemv_dense_selector<2, 1, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::DenseShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:44:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 44 | PACKET_DECL_COND_PREFIX(_, Lhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:45:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 45 | PACKET_DECL_COND_PREFIX(_, Rhs, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:46:27: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 46 | PACKET_DECL_COND_PREFIX(_, Res, _PacketSize); | ^ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:42:3: note: in definition of macro 'PACKET_DECL_COND_PREFIX' 42 | prefix ## name ## Packet | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 51 | Vectorizable = unpacket_traits<_LhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:51:53: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 52 | unpacket_traits<_RhsPacket>::vectorizable && | ^~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:52:38: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:42: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 53 | int(unpacket_traits<_LhsPacket>::size)==int(unpacket_traits<_RhsPacket>::size), | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:53:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 54 | LhsPacketSize = Vectorizable ? unpacket_traits<_LhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:54:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 55 | RhsPacketSize = Vectorizable ? unpacket_traits<_RhsPacket>::size : 1, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:55:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 56 | ResPacketSize = Vectorizable ? unpacket_traits<_ResPacket>::size : 1 | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:56:69: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 59 | typedef typename conditional::type LhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:59:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 60 | typedef typename conditional::type RhsPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:60:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] 61 | typedef typename conditional::type ResPacket; | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixVector.h:61:73: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Matrix; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Matrix; Func = Eigen::internal::scalar_max_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_max_op; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:448:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with int NaNPropagation = 0; Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:466:37: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::maxCoeff() const [with Derived = Eigen::Matrix; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:511:85: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:564:45: required from 'struct Eigen::internal::unary_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, -1, 1, true>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, -1, 1, true>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, -1, 1, true>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:168:9: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, 1, -1, false> > >, Eigen::Block, -1, 1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:522:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:522:35: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Transpose > >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Transpose > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Transpose > >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Transpose > >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Transpose > >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Transpose > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense > >, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6224:45: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:23:33: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:3688:34: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> model_continuous_namespace::mvn_ols_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = double; T4__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6224:45: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:126:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 6>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:23:37: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:3688:34: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> model_continuous_namespace::mvn_ols_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = double; T4__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6224:45: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:25:24: required from 'void stan::math::internal::quad_form_vari_alloc::compute(const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:40:5: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:3688:34: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> model_continuous_namespace::mvn_ols_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = double; T4__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6224:45: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CommaInitializer.h:159:10: required from 'Eigen::CommaInitializer Eigen::DenseBase::operator<<(const Eigen::DenseBase&) [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/append_row.hpp:102:10: required from 'Eigen::Matrix::type, -1, 1> stan::math::append_row(const ColVec&, const Scal&) [with ColVec = Eigen::Map, 0, Eigen::Stride<0, 0> >; Scal = double; stan::require_t >* = 0; stan::require_stan_scalar_t* = 0; typename stan::return_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:29:31: required from 'T_return stan::math::internal::hypergeometric_3F2_infsum(const Ta&, const Tb&, const Tz&, double, int) [with Ta = std::vector; Tb = std::vector; Tz = double; T_return = double; ArrayAT = Eigen::Array; ArrayBT = Eigen::Array; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:123:47: required from 'auto stan::math::hypergeometric_3F2(const Ta&, const Tb&, const Tz&) [with Ta = std::vector; Tb = std::vector; Tz = double; stan::require_all_vector_t* = 0; stan::require_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/hypergeometric_3F2.hpp:148:28: required from 'auto stan::math::hypergeometric_3F2(const std::initializer_list<_Tp>&, const std::initializer_list<_Value>&, const Tz&) [with Ta = double; Tb = double; Tz = double; stan::require_all_stan_scalar_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/inv_inc_beta.hpp:77:37: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:221:28: required from 'static typename Eigen::NumTraits::Scalar>::Real Eigen::internal::lpNorm_selector::run(const Eigen::MatrixBase&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:269:52: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::lpNorm() const [with int p = 1; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:514:74: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Block, 1, -1, false>; Rhs = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:359:56: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:507:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:110:23: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::norm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:567:77: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Matrix; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Matrix; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:199:45: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, const Eigen::Block >, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:479:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::Array; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::Array; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Array; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Array; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::Array; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:177:30: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:180:30: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:16: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix, -1, 1>; T_scale_fail = Eigen::Matrix, -1, 1>; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6581:70: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:90:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:96:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector, std::allocator > >; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6750:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/student_t_lpdf.hpp:113:25: required from 'stan::return_type_t stan::math::student_t_lpdf(const T_y&, const T_dof&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_dof = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = int; T_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6871:66: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Block, -1, 1, true>, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, const Eigen::Matrix >, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, -1, 1, true> > > > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' stan_files/continuous.hpp:2958:66: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::SS_asymp(const T0__&, const T1__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7928:56: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>; U = Eigen::Block >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:166:45: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, false>, const Eigen::Block, -1, 1, true>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, false>; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>, -1, 1, false>; Derived = Eigen::Block, -1, 1, false>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:372:86: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:78:71: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1, 1, false>, -1>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, 1, -1, false>, 1, -1, false>, 1, -1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:93:15: required from 'void Eigen::MatrixBase::makeHouseholder(EssentialPart&, Scalar&, RealScalar&) const [with EssentialPart = Eigen::VectorBlock, 1, -1, false>, 1, -1, false>, -1>; Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, 1, -1, false>, 1, -1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:469:34: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 2, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 2, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:40: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, true>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Dest = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:38: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:131:25: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:29: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block > >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper, const Eigen::ArrayWrapper > > > > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' stan_files/continuous.hpp:2386:24: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> model_continuous_namespace::GammaReg(const T0__&, const T1__&, const T2__&, const int&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; T2__ = double; T4__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6553:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' stan_files/continuous.hpp:2391:47: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> model_continuous_namespace::GammaReg(const T0__&, const T1__&, const T2__&, const int&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; T2__ = double; T4__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6553:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::ArrayWrapper > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' stan_files/continuous.hpp:2392:35: required from 'stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> model_continuous_namespace::GammaReg(const T0__&, const T1__&, const T2__&, const int&, const T4__&, std::ostream*) [with T0__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T1__ = Eigen::Matrix; T2__ = double; T4__ = double; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, T2__, T4__> = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6553:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/beta_lpdf.hpp:90:16: required from 'stan::return_type_t stan::math::beta_lpdf(const T_y&, const T_scale_succ&, const T_scale_fail&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_scale_succ = Eigen::Matrix; T_scale_fail = Eigen::Matrix; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6613:72: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Array, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = Eigen::Matrix; T_shape = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; T_scale = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6734:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::CwiseUnaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/inv_gamma_lpdf.hpp:102:16: required from 'stan::return_type_t stan::math::inv_gamma_lpdf(const T_y&, const T_shape&, const T_scale&) [with bool propto = false; T_y = std::vector; T_shape = double; T_scale = double; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = double]' stan_files/continuous.hpp:6750:63: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:469:72: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Product, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:469:55: required from 'static void Eigen::internal::generic_product_impl::eval_dynamic_impl(Dst&, const LhsT&, const RhsT&, const Func&, const Scalar&, Eigen::internal::true_type) [with Dst = Eigen::Matrix; LhsT = Eigen::Matrix; RhsT = Eigen::Transpose >; Func = Eigen::internal::assign_op; Scalar = double; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:446:22: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:125:66: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:125:66: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/broadcast_array.hpp:32:16: required from 'void stan::math::internal::broadcast_array::operator=(const Y&) [with Y = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::Array >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_lpdf.hpp:99:33: required from 'stan::return_type_t stan::math::normal_lpdf(const T_y&, const T_loc&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_loc = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6388:68: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseNullaryOp, Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseNullaryOp, Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseNullaryOp, Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseNullaryOp, Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseNullaryOp, Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/functor/broadcast_array.hpp:32:16: required from 'void stan::math::internal::broadcast_array::operator=(const Y&) [with Y = Eigen::CwiseNullaryOp, Eigen::Array >; T = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/exponential_lpdf.hpp:89:33: required from 'stan::return_type_t stan::math::exponential_lpdf(const T_y&, const T_inv_scale&) [with bool propto = false; T_y = var_value; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6706:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1922:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = std::vector; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1922:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:100:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1924:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/sum.hpp:47:15: required from 'stan::value_type_t stan::math::sum(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::CwiseBinaryOp, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, const Eigen::CwiseNullaryOp, const Eigen::Array > >, const Eigen::Array >; stan::require_eigen_vt* = 0; stan::value_type_t = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/gamma_lpdf.hpp:106:16: required from 'stan::return_type_t stan::math::gamma_lpdf(const T_y&, const T_shape&, const T_inv_scale&) [with bool propto = false; T_y = Eigen::Matrix, -1, 1>; T_shape = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_inv_scale = int; stan::require_all_not_nonscalar_prim_or_rev_kernel_expression_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:1924:45: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> model_continuous_namespace::decov_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const std::vector&, const std::vector&, const T7__&, const int&, const std::vector&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Matrix, -1, 1>; T2__ = Eigen::Matrix, -1, 1>; T3__ = Eigen::Matrix, -1, 1>; T4__ = Eigen::Matrix, -1, 1>; T5__ = double; T6__ = double; T7__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar, stan::is_col_vector, stan::is_vt_not_complex >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename stan::base_type::type, typename boost::math::tools::promote_args::type, float, float, float>::type> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = std::decay >::type; typename boost::math::tools::promote_args::type>::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7030:43: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, const Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:375:18: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::Block, -1, 1, true>, -1, 1, false>, -1, 1, false>, const Eigen::CwiseNullaryOp, const Eigen::Matrix > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:46:18: required from 'void Eigen::MatrixBase::makeHouseholderInPlace(Scalar&, RealScalar&) [with Derived = Eigen::Block, -1, 1, true>, -1, 1, false>; Scalar = double; RealScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:540:52: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:90: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:63:57: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::TriangularView, -1, -1, false>, -1, -1, false>, 5>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:64:57: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:73:50: required from 'void Eigen::internal::make_block_householder_triangular_factor(TriangularFactorType&, const VectorsType&, const CoeffsType&) [with TriangularFactorType = Eigen::Matrix; VectorsType = Eigen::Block, -1, -1, false>; CoeffsType = Eigen::VectorBlock, -1>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:92:55: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:20:67: required from 'Derived& Eigen::DenseBase::operator*=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:123:11: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Block, -1, 1, false>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/HouseholderSequence.h:410:39: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Map, 0, Eigen::Stride<0, 0> >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Map, 0, Eigen::Stride<0, 0> >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_product.hpp:26:16: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6553:46: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::MatrixWrapper, const Eigen::ArrayWrapper, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Matrix > >, const Eigen::ArrayWrapper, const Eigen::Matrix, const Eigen::Map, 0, Eigen::Stride<0, 0> > > > > >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_self.hpp:31:23: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6559:52: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:26: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>; Rhs = Eigen::Transpose >; Dest = Eigen::Block, 1, -1, false>; int StorageOrder = 1; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:292:8: required from 'struct Eigen::internal::evaluator > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseUtil.h:121:8: required from 'struct Eigen::internal::plain_object_eval >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseDenseProduct.h:187:104: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Matrix; int ProductType = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map >; Rhs = Eigen::Matrix; Derived = Eigen::internal::generic_product_impl >, Eigen::Matrix, Eigen::SparseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/csr_matrix_times_vector.hpp:98:18: required from 'Eigen::Matrix::type, -1, 1> stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix; stan::require_all_not_rev_matrix_t* = 0; typename stan::return_type::type = double]' stan_files/continuous.hpp:7740:50: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:74: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = false; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:337: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h: In instantiation of 'static void Eigen::internal::selfadjoint_matrix_vector_product::run(Index, const Scalar*, Index, const Scalar*, Scalar*, Scalar) [with Scalar = double; Index = long int; int StorageOrder = 0; int UpLo = 1; bool ConjugateLhs = false; bool ConjugateRhs = false; int Version = 0]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:229:7: required from 'static void Eigen::internal::selfadjoint_product_impl::run(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; int LhsMode = 17; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:805:109: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int ProductTag = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:62:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 62 | conj_helper::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, IsRowMajor), ConjugateRhs> pcj0; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:62:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:63:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 63 | conj_helper::IsComplex && EIGEN_LOGICAL_XOR(ConjugateLhs, !IsRowMajor), ConjugateRhs> pcj1; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:63:121: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, true>, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::swap_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = swap_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:424:22: required from 'void Eigen::DenseBase::swap(const Eigen::DenseBase&) [with OtherDerived = Eigen::Block, 1, 1, false>; Derived = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:519:22: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, false> > > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Block, -1, 1, false>, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator > >, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator > >, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, 0>; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/quad_form.hpp:59:19: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6224:45: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, false>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:81:75: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, Eigen::Transpose, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, -1, -1, false>, 1, -1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:332:45: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:125:66: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 7 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:125:66: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:32: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] In file included from /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/Core:166: /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/Memory.h: In instantiation of 'Index Eigen::internal::first_default_aligned(const Scalar*, Index) [with Scalar = double; Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:89:68: required from 'static void Eigen::internal::selfadjoint_matrix_vector_product::run(Index, const Scalar*, Index, const Scalar*, Scalar*, Scalar) [with Scalar = double; Index = long int; int StorageOrder = 0; int UpLo = 1; bool ConjugateLhs = false; bool ConjugateRhs = false; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/SelfadjointMatrixVector.h:229:7: required from 'static void Eigen::internal::selfadjoint_product_impl::run(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::Block, -1, -1, false>; int LhsMode = 17; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:805:109: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; int ProductTag = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Block, -1, 1, false>; Lhs = Eigen::SelfAdjointView, -1, -1, false>, 1>; Rhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >; Derived = Eigen::internal::generic_product_impl, -1, -1, false>, 1>, Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, true>, -1, 1, false> >, Eigen::SelfAdjointShape, Eigen::DenseShape, 7>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:369:35: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, CoeffVectorType&) [with MatrixType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:449:31: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/Memory.h:500:60: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 500 | return first_aligned::alignment>(array, size); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:27: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1, false> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:34: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:132:41: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Transpose >; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Product >, Eigen::Matrix, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:22:58: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:26:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>; Func = assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Matrix; Src = Eigen::Product, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:779:32: required from 'Derived& Eigen::PlainObjectBase::_set(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:225:24: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Matrix, 0>; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:26:22: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Transpose, 1, -1, false>, 1, -1, false> >, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, 1, false>, 1, 1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, 1, false>, 1, 1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, 1, false>, 1, 1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, 1, false>, 1, 1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, 1, false>, 1, 1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 4 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Transpose > >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose > >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = false]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:184:17: required from 'static void Eigen::internal::general_matrix_matrix_product::run(Index, Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, Index, ResScalar, Eigen::internal::level3_blocking&, Eigen::internal::GemmParallelInfo*) [with Index = long int; LhsScalar = double; int LhsStorageOrder = 0; bool ConjugateLhs = false; RhsScalar = double; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:230:14: required from 'void Eigen::internal::gemm_functor::operator()(Index, Index, Index, Index, Eigen::internal::GemmParallelInfo*) const [with Scalar = double; Index = long int; Gemm = Eigen::internal::general_matrix_matrix_product; Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; Dest = Eigen::Matrix; BlockingType = Eigen::internal::gemm_blocking_space<0, double, double, -1, -1, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/Parallelizer.h:114:7: required from 'void Eigen::internal::parallelize_gemm(const Functor&, Index, Index, Index, bool) [with bool Condition = true; Functor = gemm_functor, Eigen::Matrix, Eigen::Transpose >, Eigen::Matrix, gemm_blocking_space<0, double, double, -1, -1, -1, 1, false> >; Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:509:9: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 3 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:328:36: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, -1, false>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, const Eigen::Block, -1, -1, false>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, const Eigen::Block, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:40: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::Block, -1, -1, false>, 1, -1, false>; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:328:36: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> > >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>; U = Eigen::Block >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block >, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true>, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, true>, 1, -1, true>; U = Eigen::Block >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block >, -1, 1, true>; Derived = Eigen::Block, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_rhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::const_blas_data_mapper; int nr = 4; bool Conjugate = false; bool PanelMode = true]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:346:25: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 1; bool ConjugateLhs = false; int RhsStorageOrder = 0; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = false; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; int ProductTag = 8; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: required from 'static void Eigen::internal::generic_product_impl_base::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>; Derived = Eigen::internal::generic_product_impl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, Eigen::DenseShape, Eigen::TriangularShape, 8>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2459:62: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2459 | PacketBlock kernel; | ^~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false> >, 6>, Eigen::Block, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:99:96: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 2>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 2>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 2>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 2>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 2>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:101:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, 1>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, 1>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, 1>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:102:66: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 5>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 5>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, -1, false>, 5>, Eigen::Matrix, 0, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, -1, false>, 5>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, -1, false>, 5>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/BlockHouseholder.h:103:22: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:361:25: required from 'static bool Eigen::internal::ldlt_inplace<1>::unblocked(MatrixType&, TranspositionType&, Workspace&, Eigen::internal::SignMatrix&) [with MatrixType = Eigen::Matrix; TranspositionType = Eigen::Transpositions<-1, -1, int>; Workspace = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:526:51: required from 'Eigen::LDLT<_MatrixType, _UpLo>& Eigen::LDLT::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:120:14: required from 'Eigen::LDLT::LDLT(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix; int _UpLo = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LDLT.h:683:10: required from 'const Eigen::LDLT::PlainObject> Eigen::MatrixBase::ldlt() const [with Derived = Eigen::Matrix; typename Eigen::DenseBase::PlainObject = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/err/check_pos_definite.hpp:45:67: required from 'void stan::math::check_pos_definite(const char*, const char*, const EigMat&) [with EigMat = Eigen::Matrix; stan::require_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/validate_dense_inv_metric.hpp:21:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 16, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:305:153: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:59:31: required from 'ExpressionType& Eigen::NoAlias::operator-=(const StorageBase&) [with OtherDerived = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 0>; ExpressionType = Eigen::Block, -1, -1, false>, -1, -1, false>; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:170:21: required from 'void Eigen::MatrixBase::applyHouseholderOnTheRight(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::Transpose, 1, -1, false>, 1, -1, false> >; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:474:40: required from 'void Eigen::CompleteOrthogonalDecomposition::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:189:5: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >, Eigen::Map, 0, Eigen::Stride<0, 0> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:416:50: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, false> > >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > > >, const Eigen::Block, -1, 1, false>, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block > >, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block > >, -1, 1, true>, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true>, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>, 1, -1, true>; U = Eigen::Block > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block > >, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 2, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix, const Eigen::Matrix >, 2, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix, const Eigen::Matrix >, 2, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, 2, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:203:15: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6614:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Matrix >, 2, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix >, 2, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:217:20: required from 'PacketType Eigen::internal::evaluator >::packet(Eigen::Index) const [with int LoadMode = 0; PacketType = __vector(2) double; ArgType = const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:681:114: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignPacket(Eigen::Index) [with int StoreMode = 16; int LoadMode = 0; PacketType = __vector(2) double; DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:437:75: required from 'static void Eigen::internal::dense_assignment_loop::run(Kernel&) [with Kernel = Eigen::internal::generic_dense_assignment_kernel >, Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Matrix >, Eigen::internal::member_sum, 1> >, Eigen::internal::assign_op, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:785:37: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::PartialReduxExpr, const Eigen::Matrix, const Eigen::Matrix >, member_sum, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6614:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >, 1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >, 1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >, 1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6616:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'struct Eigen::internal::gemm_pack_rhs, 4, 1, false, true>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:233:85: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:364:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:408:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:456:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2504:50: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2504 | typedef typename unpacket_traits::half HalfPacket; | ^~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2505 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2505:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2508 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2508:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 2509 | QuarterPacketSize = unpacket_traits::size}; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2509:70: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:3688:34: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> model_continuous_namespace::mvn_ols_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = double; T4__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6224:45: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:3688:34: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> model_continuous_namespace::mvn_ols_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = double; T4__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6224:45: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:125:66: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>&>(const Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:125:66: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Diagonal, 0>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:42: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Block, -1, -1, false>, 1, -1, false>; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Block, -1, -1, false>, 1, -1, false>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, -1, -1, false>, 1, -1, false>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:130:9: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase > >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase > >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::Matrix >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::Matrix >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::Matrix >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::Matrix, const Eigen::Matrix >, 1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::Matrix, const Eigen::Matrix >, 1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, 1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:72: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6614:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, const Eigen::Block >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:113:15: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:369:45: required from 'struct Eigen::internal::generic_product_impl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Transpose >, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:486:24: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:445:20: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h: In instantiation of 'void Eigen::internal::gemm_pack_lhs::operator()(Scalar*, const DataMapper&, Index, Index, Index, Index) [with Scalar = double; Index = long int; DataMapper = Eigen::internal::blas_data_mapper; int Pack1 = 4; int Pack2 = 2; Packet = __vector(2) double; bool Conjugate = false; bool PanelMode = true]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverMatrix.h:319:27: required from 'static void Eigen::internal::triangular_solve_matrix::run(Index, Index, const Scalar*, Index, Scalar*, Index, Index, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 2; bool Conjugate = false; int TriStorageOrder = 1; int OtherInnerStride = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:102:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; int Side = 2; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: required from 'void Eigen::TriangularViewImpl<_MatrixType, _Mode, Eigen::Dense>::solveInPlace(const Eigen::MatrixBase&) const [with int Side = 2; OtherDerived = Eigen::Block, -1, -1, false>; _MatrixType = const Eigen::Transpose, -1, -1, false> >; unsigned int _Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:364:96: required from 'static Eigen::Index Eigen::internal::llt_inplace::blocked(MatrixType&) [with MatrixType = Eigen::Matrix; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:408:68: required from 'static bool Eigen::internal::LLT_Traits::inplace_decomposition(MatrixType&) [with MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:456:42: [ skipping 5 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2100:82: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2100 | typedef typename unpacket_traits::half>::half QuarterPacket; | ^~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2102:56: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2102 | HalfPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] 2103 | QuarterPacketSize = unpacket_traits::size, | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralBlockPanelKernel.h:2103:62: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = false; Lhs = Eigen::Matrix; Rhs = const Eigen::Transpose >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:22:57: required from 'struct Eigen::internal::traits >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: required from 'class Eigen::Matrix' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:150:68: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h: In instantiation of 'struct Eigen::internal::find_best_packet': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:179:81: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: required from 'static void Eigen::internal::product_triangular_matrix_matrix::run(Index, Index, Index, const Scalar*, Index, const Scalar*, Index, Scalar*, Index, Index, const Scalar&, Eigen::internal::level3_blocking&) [with Scalar = double; Index = long int; int Mode = 1; int LhsStorageOrder = 0; bool ConjugateLhs = false; int RhsStorageOrder = 1; bool ConjugateRhs = false; int ResInnerStride = 1; int Version = 0]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:443:12: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::Transpose, 0, Eigen::Stride<0, 0> > >; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:44: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 190 | bool Stop = Size==Dynamic || (Size%unpacket_traits::size)==0 || is_same::half>::value> | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:190:83: warning: ignoring attributes on template argument 'Eigen::internal::unpacket_traits<__vector(2) double>::half' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:208:88: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 208 | typedef typename find_best_packet_helper::type>::type type; | ^~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:370:45: required from 'struct Eigen::internal::generic_product_impl, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, Eigen::DenseShape, Eigen::DenseShape, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; Lhs = Eigen::Block, -1, -1, false>, -1, -1, false>; Rhs = Eigen::Block, -1, 1, false>; int Options = 0; Scalar = double; SrcXprType = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/NoAlias.h:43:31: required from 'ExpressionType& Eigen::NoAlias::operator=(const StorageBase&) [with OtherDerived = Eigen::Product, -1, -1, false>, -1, -1, false>, Eigen::Block, -1, 1, false>, 0>; ExpressionType = Eigen::Map, 0, Eigen::Stride<0, 0> >; StorageBase = Eigen::MatrixBase]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:167:19: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, true>, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, true>, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 6 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Householder/Householder.h:129:19: required from 'void Eigen::MatrixBase::applyHouseholderOnTheLeft(const EssentialPart&, const Scalar&, Scalar*) [with EssentialPart = Eigen::VectorBlock, -1, 1, true>, -1>; Derived = Eigen::Block, -1, -1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:550:35: required from 'void Eigen::ColPivHouseholderQR::computeInPlace() [with _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/ColPivHouseholderQR.h:477:3: required from 'Eigen::ColPivHouseholderQR<_MatrixType>& Eigen::ColPivHouseholderQR::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:188:19: required from 'Eigen::CompleteOrthogonalDecomposition& Eigen::CompleteOrthogonalDecomposition::compute(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/QR/CompleteOrthogonalDecomposition.h:123:12: required from 'Eigen::CompleteOrthogonalDecomposition::CompleteOrthogonalDecomposition(const Eigen::EigenBase&) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' ../inst/include/CODOLS.hpp:29:50: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 1, -1, true>, 1, -1, false> >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:97:18: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:125:66: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:769:69: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/GeneralMatrixMatrix.h:444:18: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:70: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:336:80: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMap.h:282:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseUtil.h:121:8: required from 'struct Eigen::internal::plain_object_eval, 0, Eigen::Stride<0, 0> >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseDenseProduct.h:187:104: required from 'static void Eigen::internal::generic_product_impl::scaleAndAddTo(Dest&, const Lhs&, const Rhs&, const Scalar&) [with Dest = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >; int ProductType = 7; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:361:27: required from 'static void Eigen::internal::generic_product_impl_base::scaleAndAddTo(Dst&, const Lhs&, const Rhs&, const Scalar&) [with Dst = Eigen::Matrix; Lhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Rhs = Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::internal::generic_product_impl, 0, Eigen::Stride<0, 0> >, Eigen::CwiseUnaryOp, -1, 1> >&>(arena_matrix, -1, 1> >&)::::, const Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::SparseShape, Eigen::DenseShape, 7>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:349:33: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:120:23: required from 'auto stan::math::csr_matrix_times_vector(int, int, const T1&, const std::vector&, const std::vector&, const T2&) [with T1 = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2 = Eigen::Matrix, -1, 1>; stan::require_any_rev_matrix_t* = 0]' stan_files/continuous.hpp:6275:56: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:303:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, true> >, const Eigen::Block >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Transpose >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator, Eigen::Transpose >, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product, Eigen::Transpose >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/TriangularMatrix.h:856:103: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Functor = Eigen::internal::add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Map, 0, Eigen::Stride<0, 0> >; Src = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::TriangularShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/EigenBase.h:145:18: required from 'Derived& Eigen::DenseBase::operator+=(const Eigen::EigenBase&) [with OtherDerived = Eigen::TriangularView, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::TriangularView, 0, Eigen::Stride<0, 0> >, 1>, 0>, 1>; Derived = Eigen::Map, 0, Eigen::Stride<0, 0> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:31:19: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, -1, -1, false>; int Mode = 5; bool LhsIsTriangular = true; Lhs = const Eigen::Block, -1, -1, false>; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/XprHelper.h:372:102: required from 'struct Eigen::internal::plain_object_eval, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:527:76: required from 'struct Eigen::internal::product_evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>, 3, Eigen::DenseShape, Eigen::DenseShape, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:29:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::Product, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose >; Rhs = Eigen::Transpose > >; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose > >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator >; SrcEvaluatorTypeT = Eigen::internal::evaluator >, Eigen::Transpose > >, 1> >; Functor = Eigen::internal::assign_op; int Version = 1; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Product >, Eigen::Transpose > >, 0>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:29:18: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Matrix; stan::require_eigen_t* = 0]' stan_files/continuous.hpp:5434:55: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >, 1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >, 1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >, 1, 1, false>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseBinaryOp, const Eigen::MatrixWrapper, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6616:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = div_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, 1, false>; SrcXprType = Eigen::CwiseNullaryOp, Eigen::Matrix >; Functor = Eigen::internal::div_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, 1, false>; Src = Eigen::CwiseNullaryOp, Eigen::Matrix >; Func = div_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SelfCwiseBinaryOp.h:41:28: required from 'Derived& Eigen::DenseBase::operator/=(const Scalar&) [with Derived = Eigen::Block, -1, -1, false>, -1, 1, false>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Cholesky/LLT.h:333:21: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Map.h:94:79: required from 'class Eigen::Map, 0, Eigen::OuterStride<> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:39:18: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:57: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:72: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:164:35: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:44:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:52: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:366:43: required from 'static void Eigen::internal::gemv_dense_selector<2, 0, false>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseUnaryOp, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; Dest = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/continuous.hpp:1780:30: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7667:40: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:151:29: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Diagonal, 0>; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Diagonal, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:42: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, true>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:32: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:48: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Block, 1, -1, true>, 1, -1, false>; int Mode = 5; Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >; Rhs = const Eigen::Block, -1, -1, false>, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:783:113: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:22: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:37: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::Matrix, const Eigen::Matrix >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::Matrix >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, 1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, 1, 1, false>; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorwiseOp.h:114:1: required from 'ResultType Eigen::internal::member_sum::operator()(const XprType&) const [with XprType = Eigen::Block, const Eigen::Matrix, const Eigen::Matrix >, 1, 1, false>; ResultType = double; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:183:21: required from 'const Eigen::internal::evaluator >::Scalar Eigen::internal::evaluator >::coeff(Eigen::Index) const [with ArgType = const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; MemberOp = Eigen::internal::member_sum; int Direction = 1; Scalar = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PartialReduxEvaluator.h:214:47: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6614:74: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block >, -1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:37:21: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false> >, const Eigen::Block >, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>; U = Eigen::Block >, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true>; U = Eigen::Block >, -1, 1, false>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 1, -1, false> >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, 1, -1, false> >, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:148:43: required from 'static void Eigen::internal::Assignment, Eigen::internal::assign_op, Eigen::internal::Dense2Dense, typename Eigen::internal::enable_if<((Options == Eigen::DefaultProduct) || (Options == Eigen::AliasFreeProduct))>::type>::run(DstXprType&, const SrcXprType&, const Eigen::internal::assign_op&) [with DstXprType = Eigen::Matrix; Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; Scalar = double; SrcXprType = Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:3688:34: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> model_continuous_namespace::mvn_ols_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = double; T4__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6224:45: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, -1, 1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/normal_id_glm_lpdf.hpp:164:35: required from 'stan::return_type_t stan::math::normal_id_glm_lpdf(const T_y&, const T_x&, const T_alpha&, const T_beta&, const T_scale&) [with bool propto = false; T_y = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_x = Eigen::Map, 0, Eigen::Stride<0, 0> >; T_alpha = var_value; T_beta = Eigen::Matrix, -1, 1>; T_scale = var_value; stan::require_matrix_t* = 0; stan::return_type_t = var_value]' stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, -1, false>; U = Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:301:29: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, false> >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, false> >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/util/BlasUtil.h:506:13: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, true>, 1, -1, false> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, true>, 1, -1, false> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/VectorBlock.h:56:47: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:54: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false> >, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false> >, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false> >, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:363:58: required from 'Eigen::internal::redux_evaluator<_XprType>::redux_evaluator(const XprType&) [with _XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >; XprType = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseUnaryOp, const Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:98:46: required from 'typename Eigen::NumTraits::Scalar>::Real Eigen::MatrixBase::squaredNorm() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >; typename Eigen::NumTraits::Scalar>::Real = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/dot_self.hpp:31:23: required from 'stan::value_type_t stan::math::dot_self(const T&) [with T = Eigen::CwiseBinaryOp, const Eigen::Map, 0, Eigen::Stride<0, 0> >, const Eigen::Product, Eigen::Map, 0, Eigen::Stride<0, 0> >, 0> >; stan::require_eigen_t* = 0; stan::require_not_eigen_vt* = 0; stan::value_type_t = double]' stan_files/continuous.hpp:5440:35: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 9 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:6242:65: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; VecR = std::vector; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = false; bool jacobian__ = false; T_ = double; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/newton.hpp:56:50: required from 'int stan::services::optimize::newton(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, bool, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:502:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, 0, Eigen::Stride<0, 0> > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 10 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:48:27: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/continuous.hpp:1780:30: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7667:40: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 0, Eigen::Stride<0, 0> > > >, -1, -1, true>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 12 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:123:20: required from 'stan::math::arena_matrix::type>::value, void>::type>& stan::math::arena_matrix::type>::value, void>::type>::operator=(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/arena_matrix.hpp:68:11: required from 'stan::math::arena_matrix::type>::value, void>::type>::arena_matrix(const T&) [with T = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_eigen_t* = 0; MatrixType = Eigen::Matrix; typename std::enable_if::type>::value, void>::type = void; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/vari.hpp:722:9: required from 'stan::math::vari_value::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type>::vari_value(const S&, bool) [with S = Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::type, typename stan::plain_type::type>, stan::is_eigen_dense_base >::value, void>::type = void; typename stan::plain_type::type = std::decay&>::type; typename std::decay<_Tp>::type = std::decay >::type]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/var.hpp:366:26: required from 'stan::math::var_value::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type>::var_value(S&&) [with S = const Eigen::Product, 0, Eigen::Stride<0, 0> >, 1>, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>; stan::require_assignable_t* = 0; T = Eigen::Matrix; typename std::enable_if::value || stan::is_kernel_expression_and_not_scalar::value) && std::is_floating_point::type>::value)>::value, void>::type = void; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply_lower_tri_self_transpose.hpp:27:21: required from 'auto stan::math::multiply_lower_tri_self_transpose(const T&) [with T = var_value >; stan::require_rev_matrix_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/cov_matrix_constrain.hpp:59:43: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> > >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::InnerStride<> >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::InnerStride<> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::InnerStride<> >, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, -1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, -1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, -1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:106: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:77: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:178:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Diagonal.h:63:53: required from 'class Eigen::Diagonal, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:153:32: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, 1, -1, false>, 1, -1, false> > >, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, 1, false>; SrcXprType = Eigen::Block, 1, 1, false>; Functor = Eigen::internal::assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>; Func = assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:836:18: required from 'void Eigen::internal::call_assignment(Dst&, const Src&) [with Dst = Eigen::Block, 1, 1, false>; Src = Eigen::Block, 1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Assign.h:66:28: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, Eigen::Matrix, 0>, 1, -1, false>, 1, -1, true> >, const Eigen::Block >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, 1, -1, false>; U = Eigen::Block, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:38:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, 1, -1, false> >, const Eigen::Block, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:57:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, 1, -1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, -1, -1, true>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:594:19: required from 'Eigen::PlainObjectBase::PlainObjectBase(const Eigen::DenseBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:423:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const Eigen::EigenBase&) [with OtherDerived = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 1; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/to_ref.hpp:18:27: required from 'stan::ref_type_t stan::math::to_ref(T&&) [with T = const Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >&; stan::ref_type_t = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/tcrossprod.hpp:27:29: required from 'Eigen::Matrix::type, T::RowsAtCompileTime, T::RowsAtCompileTime> stan::math::tcrossprod(const T&) [with T = Eigen::Transpose, Eigen::TriangularView >, 2>, 0> >; stan::require_eigen_vt* = 0; typename stan::value_type::type = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/crossprod.hpp:21:20: required from 'auto stan::math::crossprod(const EigMat&) [with EigMat = Eigen::Product, Eigen::TriangularView >, 2>, 0>; stan::require_eigen_t* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/prob/wishart_rng.hpp:34:19: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, -1, false>, -1, -1, false>, 1, -1, false>; U = Eigen::Block, -1, 1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, false> >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1, false> >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, true>, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:223:34: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, -1, -1, false>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false>, -1, -1, false>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, false> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:37: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 0, Eigen::Stride<0, 0> >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 0, Eigen::Stride<0, 0> >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Map, 0, Eigen::Stride<0, 0> >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Map, 0, Eigen::Stride<0, 0> >; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, 0, Eigen::OuterStride<> >, -1, 1, true>, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false> >, const Eigen::Map, 0, Eigen::Stride<0, 0> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularSolverVector.h:78:127: required from 'static void Eigen::internal::triangular_solve_vector::run(Index, const LhsScalar*, Index, RhsScalar*) [with LhsScalar = double; RhsScalar = double; Index = long int; int Mode = 2; bool Conjugate = false]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:73:12: required from 'static void Eigen::internal::triangular_solver_selector::run(const Lhs&, Rhs&) [with Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; int Side = 1; int Mode = 2]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/SolveTriangular.h:182:21: [ skipping 11 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/indexing/assign.hpp:60:24: required from 'void stan::model::assign(T&&, U&&, const char*) [with T = Eigen::Matrix&; U = Eigen::Product, Eigen::Block, -1, 1, false>, 0>; stan::require_t::type&, typename std::decay<_Tp2>::type> >* = 0; stan::require_all_not_t, internal::is_tuple >* = 0]' stan_files/continuous.hpp:1780:30: required from 'Eigen::Matrix::type, typename stan::base_type::type>::type, -1, 1> model_continuous_namespace::make_b(const T0__&, const T1__&, const std::vector&, const std::vector&, std::ostream*) [with T0__ = Eigen::Matrix; T1__ = Eigen::Matrix; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex >* = 0; typename boost::math::tools::promote_args::type, typename stan::base_type::type>::type = double; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:7667:40: required from 'void model_continuous_namespace::model_continuous::write_array_impl(RNG&, VecR&, VecI&, VecVar&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; VecR = std::vector; VecI = std::vector; VecVar = std::vector; stan::require_vector_like_vt* = 0; stan::require_vector_like_vt* = 0; stan::require_vector_vt* = 0; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9185:21: required from 'void model_continuous_namespace::model_continuous::write_array(RNG&, std::vector&, std::vector&, std::vector&, bool, bool, std::ostream*) const [with RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1105:23: required from 'SEXPREC* rstan::stan_fit::constrain_pars(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:24:89: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:347:30: required from 'Derived& Eigen::DenseBase::setConstant(const Scalar&) [with Derived = Eigen::Matrix; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:548:10: required from 'Derived& Eigen::DenseBase::setZero() [with Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:151:29: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Map, 2, Eigen::Stride<0, 0> > >; Derived = Eigen::Block, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:296:25: [ skipping 13 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Block, -1, 1, true>, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Block, -1, 1, true>, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, const Eigen::Block, -1, 1, true>, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, const Eigen::Block, -1, 1, true>, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, const Eigen::Block, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 1, -1, false>, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 1, -1, false>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 1, -1, false>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:345:45: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, 1, -1, false> >, const Eigen::Block, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, 1, -1, false> >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, -1, false>, 1, -1, false> >, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/util/run_adaptive_sampler.hpp:57:26: required from 'void stan::services::util::run_adaptive_sampler(Sampler&, Model&, std::vector&, int, int, int, int, bool, RNG&, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, size_t, size_t) [with Sampler = stan::mcmc::adapt_dense_e_nuts, boost::random::linear_congruential_engine > >; Model = model_continuous_namespace::model_continuous; RNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; size_t = long unsigned int]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:97:29: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/sample/hmc_nuts_dense_e_adapt.hpp:150:32: required from 'int stan::services::sample::hmc_nuts_dense_e_adapt(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, int, int, int, bool, int, double, double, int, double, double, double, double, unsigned int, unsigned int, unsigned int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:638:37: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; Functor = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Matrix; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, -1>, 0, Eigen::Stride<0, 0> > >, -1, 1, true> >; Functor = Eigen::internal::add_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/multiply.hpp:68:23: required from 'auto stan::math::multiply(const T1&, const T2&) [with T1 = Eigen::Matrix; T2 = Eigen::Matrix, -1, 1>; stan::require_all_matrix_t* = 0; stan::require_return_type_t* = 0; stan::require_not_row_and_col_vector_t* = 0]' stan_files/continuous.hpp:6269:41: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, -1, false>, -1, -1, false>, 1, -1, false> >, const Eigen::Block, -1, 1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, 1, false> >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, false> >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 6; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose, -1, -1, false> >; Rhs = Eigen::Block, -1, -1, false>; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:74: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, -1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, -1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, -1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, -1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 2; bool LhsIsTriangular = true; Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, -1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, -1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, -1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:59: required from 'static void Eigen::internal::triangular_product_impl::run(Dest&, const Lhs&, const Rhs&, const typename Dest::Scalar&) [with Dest = Eigen::Matrix; int Mode = 1; bool LhsIsTriangular = true; Lhs = const Eigen::Transpose >; Rhs = Eigen::Matrix; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:770:14: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 0, Eigen::Stride<0, 0> >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 1, 8>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:462:68: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, true>, -1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, -1, 1, true>, -1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, -1, 1, true>, -1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, -1, false>, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, -1, false>, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Block, 0, Eigen::OuterStride<> >, 1, -1, true>, 1, -1, false>, const Eigen::Transpose, 0, Eigen::Stride<0, 0> >, -1, 1, false> > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:137:114: required from 'static void Eigen::internal::triangular_matrix_vector_product::run(Index, Index, const LhsScalar*, Index, const RhsScalar*, Index, ResScalar*, Index, const ResScalar&) [with Index = long int; int Mode = 6; LhsScalar = double; bool ConjLhs = false; RhsScalar = double; bool ConjRhs = false; int Version = 0; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:332:12: required from 'static void Eigen::internal::trmv_selector::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::Transpose, -1, -1, false>, -1, -1, false> >; Rhs = Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >; Dest = Eigen::Transpose, 1, -1, true>, 1, -1, false> >; int Mode = 6; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:194:18: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1043:41: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: [ skipping 33 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false>, -1, 1, true>, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, true>, 1, -1, false> >, -1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose, -1, -1, false>, -1, 1, true>, -1, 1, false> > > >, -1, 1, false> >; Derived = Eigen::Block, 1, -1, true>, 1, -1, false> >, -1, 1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixVector.h:341:27: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 18 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >; Derived = Eigen::Block, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, -1, 1, false> >, 1, -1, true>; U = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true>; Derived = Eigen::Block, -1, 1, false> >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, -1, 1, false> >, 1, -1, true> >, const Eigen::Block, -1, -1, false>, -1, -1, false>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:75: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Transpose, -1, 1, false> >; Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; int ProductTag = 3; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Block, -1, -1, false>, -1, -1, false>; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Transpose, -1, 1, false> >; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: required from 'void Eigen::internal::generic_dense_assignment_kernel::assignCoeff(Eigen::Index, Eigen::Index) [with DstEvaluatorTypeT = Eigen::internal::evaluator, 0, Eigen::Stride<0, 0> > >; SrcEvaluatorTypeT = Eigen::internal::evaluator, -1, 1, false> >, Eigen::Block, -1, -1, false>, -1, -1, false>, 1> >; Functor = Eigen::internal::assign_op; int Version = 0; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:668:16: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>; U = Eigen::Block, -1, 1, true>, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, -1, false>, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, 1, -1, false>, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, 1, -1, false>, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 20 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Matrix >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false>, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:780:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>, -1, -1, true>; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false>, -1, -1, true> >; Derived = Eigen::Block, -1, -1, false>, -1, -1, true>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:462:32: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, 1, true>, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, 1, -1, false>, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, -1, false>, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, -1, false>, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, false>; SrcXprType = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::Block, -1, -1, false>; Src = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Func = sub_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:164:18: required from 'Derived& Eigen::MatrixBase::operator-=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, -1, -1, false>; Derived = Eigen::Block, -1, -1, false>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/products/TriangularMatrixMatrix.h:457:31: [ skipping 19 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:238:29: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>& Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::operator=(const Eigen::EigenBase&) [with OtherDerived = Eigen::HouseholderSequence, Eigen::Matrix, 1>; _Scalar = double; int _Rows = -1; int _Cols = -1; int _Options = 0; int _MaxRows = -1; int _MaxCols = -1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:453:11: required from 'static void Eigen::internal::tridiagonalization_inplace_selector::run(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; MatrixType = Eigen::Matrix; int Size = -1; bool IsComplex = false; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/Tridiagonalization.h:434:55: required from 'void Eigen::internal::tridiagonalization_inplace(MatrixType&, DiagonalType&, SubDiagonalType&, CoeffVectorType&, bool) [with MatrixType = Eigen::Matrix; DiagonalType = Eigen::Matrix; SubDiagonalType = Eigen::Matrix; CoeffVectorType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:458:39: required from 'Eigen::SelfAdjointEigenSolver& Eigen::SelfAdjointEigenSolver<_MatrixType>::compute(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h:181:14: required from 'Eigen::SelfAdjointEigenSolver<_MatrixType>::SelfAdjointEigenSolver(const Eigen::EigenBase&, int) [with InputType = Eigen::Matrix; _MatrixType = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/newton.hpp:19:51: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, -1, -1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, -1, -1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block, -1, -1, false> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, -1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, -1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:774:20: required from 'void Eigen::internal::call_dense_assignment_loop(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >; Functor = sub_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:954:31: required from 'static void Eigen::internal::Assignment::run(DstXprType&, const SrcXprType&, const Functor&) [with DstXprType = Eigen::Block, -1, -1, true>; SrcXprType = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Block >, -1, -1, true> >; Functor = Eigen::internal::sub_assign_op; Weak = void]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:890:49: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::Matrix; Src = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Func = assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:797:41: required from 'Derived& Eigen::PlainObjectBase::_set_noalias(const Eigen::DenseBase&) [with OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:883:25: required from 'void Eigen::PlainObjectBase::_init1(const Eigen::DenseBase&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; OtherDerived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; Derived = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Matrix.h:332:31: required from 'Eigen::Matrix<_Scalar, _Rows, _Cols, _Options, _MaxRows, _MaxCols>::Matrix(const T&) [with T = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; _Scalar = double; int _Rows = -1; int _Cols = 1; int _Options = 0; int _MaxRows = -1; int _MaxCols = 1]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:412:48: required from 'Eigen::DenseBase::EvalReturnType Eigen::DenseBase::eval() const [with Derived = Eigen::Solve >, Eigen::Map, 0, Eigen::Stride<0, 0> > >; EvalReturnType = const Eigen::Matrix]' ../inst/include/CODOLS.hpp:30:27: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, -1, false> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:606:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index, Eigen::Index) const [with Lhs = Eigen::Matrix; Rhs = Eigen::Matrix; int ProductTag = 8; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Matrix; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:654:63: [ skipping 23 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs_update.hpp:40:11: required from 'Scalar stan::optimization::BFGSUpdate_HInv::update(const VectorT&, const VectorT&, bool) [with Scalar = double; int DimAtCompile = -1; VectorT = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/optimization/bfgs.hpp:246:33: required from 'int stan::optimization::BFGSMinimizer::step() [with FunctorType = stan::optimization::ModelAdaptor; QNUpdateType = stan::optimization::BFGSUpdate_HInv<>; Scalar = double; int DimAtCompile = -1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/services/optimize/bfgs.hpp:117:20: required from 'int stan::services::optimize::bfgs(Model&, const stan::io::var_context&, unsigned int, unsigned int, double, double, double, double, double, double, double, int, bool, int, stan::callbacks::interrupt&, stan::callbacks::logger&, stan::callbacks::writer&, stan::callbacks::writer&) [with Model = model_continuous_namespace::model_continuous; bool jacobian = false]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:517:41: required from 'int rstan::{anonymous}::command(rstan::stan_args&, Model&, Rcpp::List&, const std::vector&, const std::vector >&, RNG_t&) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; Rcpp::List = Rcpp::Vector<19>]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1215:18: required from 'SEXPREC* rstan::stan_fit::call_sampler(SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:13:87: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, -1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, -1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:3688:34: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> model_continuous_namespace::mvn_ols_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = double; T4__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6224:45: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, -1, true> >, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: [ skipping 27 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:3688:34: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> model_continuous_namespace::mvn_ols_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = double; T4__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6224:45: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 26 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:3688:34: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> model_continuous_namespace::mvn_ols_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = double; T4__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6224:45: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 31 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:3688:34: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> model_continuous_namespace::mvn_ols_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = double; T4__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6224:45: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 25 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] stan_files/continuous.hpp:3688:34: required from 'stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> model_continuous_namespace::mvn_ols_lpdf(const T0__&, const T1__&, const T2__&, const T3__&, const T4__&, const int&, std::ostream*) [with bool propto__ = false; T0__ = Eigen::Matrix, -1, 1>; T1__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T2__ = Eigen::Map, 0, Eigen::Stride<0, 0> >; T3__ = double; T4__ = stan::math::var_value; stan::require_all_t, stan::is_vt_not_complex, stan::is_col_vector, stan::is_vt_not_complex, stan::is_eigen_matrix_dynamic, stan::is_vt_not_complex, stan::is_stan_scalar, stan::is_stan_scalar >* = 0; stan::promote_args_t::type, typename stan::base_type::type, typename stan::base_type::type, T3__, T4__> = stan::math::var_value; typename stan::base_type::type = std::decay >::type; typename stan::base_type::type = double; typename stan::base_type::type = double; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:6224:45: required from 'stan::scalar_type_t model_continuous_namespace::model_continuous::log_prob_impl(VecR&, VecI&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; VecR = std::vector, std::allocator > >; VecI = std::vector; stan::require_vector_like_t* = 0; stan::require_vector_like_vt* = 0; stan::scalar_type_t = stan::math::var_value; std::ostream = std::basic_ostream]' stan_files/continuous.hpp:9196:47: required from 'T_ model_continuous_namespace::model_continuous::log_prob(std::vector&, std::vector&, std::ostream*) const [with bool propto__ = true; bool jacobian__ = true; T_ = stan::math::var_value; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/model/log_prob_grad.hpp:40:79: required from 'double stan::model::log_prob_grad(const M&, std::vector&, std::vector&, std::vector&, std::ostream*) [with bool propto = true; bool jacobian_adjust_transform = true; M = model_continuous_namespace::model_continuous; std::ostream = std::basic_ostream]' /projects/genomic-ml/R/R-devel/library/rstan/include/rstan/stan_fit.hpp:1183:49: required from 'SEXPREC* rstan::stan_fit::grad_log_prob(SEXP, SEXP) [with Model = model_continuous_namespace::model_continuous; RNG_t = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >; SEXP = SEXPREC*]' stan_files/continuous.cc:21:88: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:103:7: required from 'class Eigen::CwiseUnaryViewImpl, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryView.h:58:7: required from 'class Eigen::CwiseUnaryView, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1, 0, -1, 1>, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/sum.hpp:32:18: required from 'stan::math::sum > >(const std::vector, arena_allocator > >&):: mutable [with auto:446 = stan::math::internal::callback_vari > >(const std::vector, arena_allocator > >&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::sum > >(const std::vector, arena_allocator > >&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, 0, 1, 1> >::adj_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, 0, 1, 1> >::adj_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, 0, 1, 1> >::adj_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, 0, 1, 1> >::adj_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 1, 1, 0, 1, 1> >::adj_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 1, 1, 0, 1, 1> >::adj_Op, Eigen::Matrix, 1, 1, 0, 1, 1> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:70:52: required from 'stan::math::dot_product, -1, 1>, 1, 1, false>, Eigen::Block, -1, 1>, 1, 1, false> >(const Eigen::Block, -1, 1>, 1, 1, false>&, const Eigen::Block, -1, 1>, 1, 1, false>&):: mutable [with auto:534 = stan::math::internal::callback_vari, -1, 1>, 1, 1, false>, Eigen::Block, -1, 1>, 1, 1, false> >(const Eigen::Block, -1, 1>, 1, 1, false>&, const Eigen::Block, -1, 1>, 1, 1, false>&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::dot_product, -1, 1>, 1, 1, false>, Eigen::Block, -1, 1>, 1, 1, false> >(const Eigen::Block, -1, 1>, 1, 1, false>&, const Eigen::Block, -1, 1>, 1, 1, false>&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:71:68: required from 'stan::math::dot_product, -1, 1>, 1, 1, false>, Eigen::Block, -1, 1>, 1, 1, false> >(const Eigen::Block, -1, 1>, 1, 1, false>&, const Eigen::Block, -1, 1>, 1, 1, false>&):: mutable [with auto:534 = stan::math::internal::callback_vari, -1, 1>, 1, 1, false>, Eigen::Block, -1, 1>, 1, 1, false> >(const Eigen::Block, -1, 1>, 1, 1, false>&, const Eigen::Block, -1, 1>, 1, 1, false>&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::dot_product, -1, 1>, 1, 1, false>, Eigen::Block, -1, 1>, 1, 1, false> >(const Eigen::Block, -1, 1>, 1, 1, false>&, const Eigen::Block, -1, 1>, 1, 1, false>&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:71:48: required from 'stan::math::dot_product, -1, 1>, 1, 1, false>, Eigen::Block, -1, 1>, 1, 1, false> >(const Eigen::Block, -1, 1>, 1, 1, false>&, const Eigen::Block, -1, 1>, 1, 1, false>&):: mutable [with auto:534 = stan::math::internal::callback_vari, -1, 1>, 1, 1, false>, Eigen::Block, -1, 1>, 1, 1, false> >(const Eigen::Block, -1, 1>, 1, 1, false>&, const Eigen::Block, -1, 1>, 1, 1, false>&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::dot_product, -1, 1>, 1, 1, false>, Eigen::Block, -1, 1>, 1, 1, false> >(const Eigen::Block, -1, 1>, 1, 1, false>&, const Eigen::Block, -1, 1>, 1, 1, false>&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:71:48: required from 'stan::math::dot_product, -1, 1>, 1, 1, false>, Eigen::Block, -1, 1>, 1, 1, false> >(const Eigen::Block, -1, 1>, 1, 1, false>&, const Eigen::Block, -1, 1>, 1, 1, false>&):: mutable [with auto:534 = stan::math::internal::callback_vari, -1, 1>, 1, 1, false>, Eigen::Block, -1, 1>, 1, 1, false> >(const Eigen::Block, -1, 1>, 1, 1, false>&, const Eigen::Block, -1, 1>, 1, 1, false>&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::dot_product, -1, 1>, 1, 1, false>, Eigen::Block, -1, 1>, 1, 1, false> >(const Eigen::Block, -1, 1>, 1, 1, false>&, const Eigen::Block, -1, 1>, 1, 1, false>&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:71:36: required from 'stan::math::dot_product, -1, 1>, 1, 1, false>, Eigen::Block, -1, 1>, 1, 1, false> >(const Eigen::Block, -1, 1>, 1, 1, false>&, const Eigen::Block, -1, 1>, 1, 1, false>&):: mutable [with auto:534 = stan::math::internal::callback_vari, -1, 1>, 1, 1, false>, Eigen::Block, -1, 1>, 1, 1, false> >(const Eigen::Block, -1, 1>, 1, 1, false>&, const Eigen::Block, -1, 1>, 1, 1, false>&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::dot_product, -1, 1>, 1, 1, false>, Eigen::Block, -1, 1>, 1, 1, false> >(const Eigen::Block, -1, 1>, 1, 1, false>&, const Eigen::Block, -1, 1>, 1, 1, false>&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:70:52: required from 'stan::math::dot_product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&):: mutable [with auto:534 = stan::math::internal::callback_vari, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::dot_product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayWrapper.h:42:7: required from 'class Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:63:68: required from 'stan::math::dot_product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&):: mutable [with auto:533 = stan::math::internal::callback_vari, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::dot_product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Array >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::Array > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseNullaryOp.h:60:7: required from 'class Eigen::CwiseNullaryOp, const Eigen::Array >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:38:28: required from 'struct Eigen::internal::traits, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:63:48: required from 'stan::math::dot_product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&):: mutable [with auto:533 = stan::math::internal::callback_vari, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::dot_product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:63:48: required from 'stan::math::dot_product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&):: mutable [with auto:533 = stan::math::internal::callback_vari, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::dot_product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/PlainObjectBase.h:98:7: required from 'class Eigen::PlainObjectBase >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Array.h:45:7: required from 'class Eigen::Array' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:63:36: required from 'stan::math::dot_product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&):: mutable [with auto:533 = stan::math::internal::callback_vari, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::dot_product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>&>(Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>&>(Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>&>(Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:94:7: required from 'class Eigen::CwiseUnaryOpImpl, -1, 1>&>(Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseUnaryOp.h:55:7: required from 'class Eigen::CwiseUnaryOp, -1, 1>&>(Eigen::Matrix, -1, 1>&)::::, const Eigen::Matrix, -1, 1> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:75:75: required from 'stan::math::value_of, -1, 1>&>(Eigen::Matrix, -1, 1>&):: [with auto:11 = Eigen::Matrix, -1, 1>]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/meta/holder.hpp:370:41: required by substitution of 'template()((declval)()...))>* > auto stan::math::make_holder(const F&, Args&& ...) [with F = stan::math::value_of, -1, 1>&>(Eigen::Matrix, -1, 1>&)::; Args = {Eigen::Matrix, -1, 1, 0, -1, 1>&}; stan::require_plain_type_t()((declval)()...))>* = ]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/prim/fun/value_of.hpp:73:21: required from 'auto stan::math::value_of(EigMat&&) [with EigMat = Eigen::Matrix, -1, 1>&; stan::require_eigen_dense_base_t* = 0; stan::require_not_st_arithmetic* = 0]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:91:64: required from 'void stan::math::internal::quad_form_vari::chain() [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:88:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:40:30: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix >&; stan::require_rev_matrix_t* = 0; stan::require_not_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase > > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl >, 1024>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:47:31: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = Eigen::Map >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_not_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:47:34: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = Eigen::Map >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_not_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = Eigen::Map >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:32:49: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0, 5>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, Eigen::Transpose, -1, 1>, 0, Eigen::Stride<0, 0> > >::val_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:32:30: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h: In instantiation of 'class Eigen::SparseMatrixBase, 0, Eigen::Stride<0, 0> > > >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseCompressedBase.h:36:7: required from 'class Eigen::SparseCompressedBase, 0, Eigen::Stride<0, 0> > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:22:9: required from 'class Eigen::internal::SparseTransposeImpl, 0, Eigen::Stride<0, 0> >, 1024>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseTranspose.h:45:37: required from 'class Eigen::TransposeImpl, 0, Eigen::Stride<0, 0> >, Eigen::Sparse>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, 0, Eigen::Stride<0, 0> > >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:33:37: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/SparseCore/SparseMatrixBase.h:47:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 47 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, 0, Eigen::Stride<0, 0> > >, Eigen::CwiseUnaryView, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:33:40: required from 'void stan::math::internal::csr_adjoint::chain_internal(Result&&, WMat&&, B&&) [with Result = stan::math::arena_matrix, -1, 1> >&; WMat = stan::math::var_value >&; B = stan::math::arena_matrix, -1, 1> >&; stan::require_rev_matrix_t* = 0; stan::require_rev_matrix_t* = 0; Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:32: required from 'void stan::math::internal::csr_adjoint::chain() [with Result_ = stan::math::arena_matrix, -1, 1> >&; WMat_ = stan::math::var_value >&; B_ = stan::math::arena_matrix, -1, 1> >&]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/csr_matrix_times_vector.hpp:27:8: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:69:24: required from 'void stan::math::internal::quad_form_vari::chainB(Eigen::Matrix, Rb, Cb>&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:78:11: required from 'void stan::math::internal::quad_form_vari::chainAB(Eigen::Matrix&, Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:91:5: required from 'void stan::math::internal::quad_form_vari::chain() [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:88:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0, 7>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:69:60: required from 'void stan::math::internal::quad_form_vari::chainB(Eigen::Matrix, Rb, Cb>&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:78:11: required from 'void stan::math::internal::quad_form_vari::chainAB(Eigen::Matrix&, Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:91:5: required from 'void stan::math::internal::quad_form_vari::chain() [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:88:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, Eigen::Matrix, 0>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0>, Eigen::Matrix, 0, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0>, Eigen::Matrix, 0, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:69:65: required from 'void stan::math::internal::quad_form_vari::chainB(Eigen::Matrix, Rb, Cb>&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:78:11: required from 'void stan::math::internal::quad_form_vari::chainAB(Eigen::Matrix&, Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:91:5: required from 'void stan::math::internal::quad_form_vari::chain() [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:88:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:69:43: required from 'void stan::math::internal::quad_form_vari::chainB(Eigen::Matrix, Rb, Cb>&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:78:11: required from 'void stan::math::internal::quad_form_vari::chainAB(Eigen::Matrix&, Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:91:5: required from 'void stan::math::internal::quad_form_vari::chain() [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:88:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:44: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from 'double stan::mcmc::diag_e_metric::T(stan::mcmc::diag_e_point&) [with Model = model_continuous_namespace::model_continuous; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:20:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:883:17: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::ArrayWrapper, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::ArrayWrapper, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:194:18: required from 'Derived& Eigen::ArrayBase::operator+=(const Eigen::ArrayBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Derived = Eigen::ArrayWrapper, 1, -1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, 1, -1>, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:71:36: required from 'stan::math::dot_product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&):: mutable [with auto:534 = stan::math::internal::callback_vari, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::dot_product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:302:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:555:7: required from 'class Eigen::DenseCoeffsBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > >, 3>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:39:34: required from 'class Eigen::ArrayBase, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: [ skipping 2 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:883:17: required from 'void Eigen::internal::call_assignment_no_alias(Dst&, const Src&, const Func&) [with Dst = Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Func = add_assign_op]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:858:27: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if<(! evaluator_assume_aliasing::value), void*>::type) [with Dst = Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >; Src = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Func = add_assign_op; typename enable_if<(! evaluator_assume_aliasing::value), void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ArrayBase.h:194:18: required from 'Derived& Eigen::ArrayBase::operator+=(const Eigen::ArrayBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Array >, const Eigen::ArrayWrapper, 0, Eigen::Stride<0, 0> > > >; Derived = Eigen::ArrayWrapper, -1, 1>, 0, Eigen::Stride<0, 0> > >::adj_Op, Eigen::Map, -1, 1>, 0, Eigen::Stride<0, 0> > > >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/dot_product.hpp:63:36: required from 'stan::math::dot_product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&):: mutable [with auto:533 = stan::math::internal::callback_vari, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&):: >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:43: required from 'void stan::math::internal::callback_vari::chain() [with T = double; F = stan::math::dot_product, 0, Eigen::Stride<0, 0> >, Eigen::Matrix, -1, 1> >(const Eigen::Map, 0, Eigen::Stride<0, 0> >&, const Eigen::Matrix, -1, 1>&)::]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/core/callback_vari.hpp:21:15: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:39: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_continuous_namespace::model_continuous; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:54: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_continuous_namespace::model_continuous; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix > >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:37:51: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Matrix; U = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; bool NeedToTranspose = false; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Matrix, const Eigen::Matrix >; Derived = Eigen::Matrix; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:21:25: required from 'double stan::mcmc::diag_e_metric::T(stan::mcmc::diag_e_point&) [with Model = model_continuous_namespace::model_continuous; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/diag_e_metric.hpp:20:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0> >, const Eigen::Matrix >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_continuous_namespace::model_continuous; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, Eigen::Matrix, 0>, Eigen::Transpose >, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base, Eigen::Matrix, 0>, Eigen::Transpose >, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl, Eigen::Matrix, 0>, Eigen::Transpose >, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:402:50: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Derived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:69:13: required from 'void stan::math::internal::quad_form_vari::chainB(Eigen::Matrix, Rb, Cb>&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:78:11: required from 'void stan::math::internal::quad_form_vari::chainAB(Eigen::Matrix&, Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:91:5: required from 'void stan::math::internal::quad_form_vari::chain() [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:88:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, Eigen::Matrix, 0>, Eigen::Matrix, 1>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, Eigen::Matrix, 0>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, Eigen::Matrix, 0>, Eigen::Matrix, 1> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:120:7: required from 'class Eigen::internal::dense_product_base >, Eigen::Matrix, 0>, Eigen::Matrix, 1, 4>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:152:7: required from 'class Eigen::ProductImpl >, Eigen::Matrix, 0>, Eigen::Matrix, 1, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:71:7: required from 'class Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 1>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:409:50: [ skipping 8 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Derived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:69:13: required from 'void stan::math::internal::quad_form_vari::chainB(Eigen::Matrix, Rb, Cb>&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:78:11: required from 'void stan::math::internal::quad_form_vari::chainAB(Eigen::Matrix&, Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:91:5: required from 'void stan::math::internal::quad_form_vari::chain() [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:88:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase >, 1, 1, false>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase >, 1, 1, false>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase >, 1, 1, false>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense >, 1, 1, false, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Derived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:69:13: required from 'void stan::math::internal::quad_form_vari::chainB(Eigen::Matrix, Rb, Cb>&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:78:11: required from 'void stan::math::internal::quad_form_vari::chainAB(Eigen::Matrix&, Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:91:5: required from 'void stan::math::internal::quad_form_vari::chain() [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:88:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Product, Eigen::Matrix, 0>; Rhs = Eigen::Transpose >; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Transpose >; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Derived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:69:13: required from 'void stan::math::internal::quad_form_vari::chainB(Eigen::Matrix, Rb, Cb>&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:78:11: required from 'void stan::math::internal::quad_form_vari::chainAB(Eigen::Matrix&, Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:91:5: required from 'void stan::math::internal::quad_form_vari::chain() [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:88:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, 1, 1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:481:7: required from 'class Eigen::DenseCoeffsBase, 1, 1, true>, 2>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, 1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, 1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MapBase.h:37:34: required from 'class Eigen::MapBase, 1, 1, true>, 0>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:329:7: required from 'class Eigen::internal::BlockImpl_dense, 1, 1, true, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: [ skipping 17 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Derived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:69:13: required from 'void stan::math::internal::quad_form_vari::chainB(Eigen::Matrix, Rb, Cb>&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:78:11: required from 'void stan::math::internal::quad_form_vari::chainAB(Eigen::Matrix&, Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:91:5: required from 'void stan::math::internal::quad_form_vari::chain() [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:88:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:618:52: required from 'const Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::CoeffReturnType Eigen::internal::product_evaluator, ProductTag, Eigen::DenseShape, Eigen::DenseShape>::coeff(Eigen::Index) const [with Lhs = Eigen::Product >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int ProductTag = 4; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product >, Eigen::Matrix, 0>; CoeffReturnType = double; Eigen::Index = long int]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:660:61: [ skipping 14 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Derived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:69:13: required from 'void stan::math::internal::quad_form_vari::chainB(Eigen::Matrix, Rb, Cb>&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:78:11: required from 'void stan::math::internal::quad_form_vari::chainAB(Eigen::Matrix&, Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:91:5: required from 'void stan::math::internal::quad_form_vari::chain() [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:88:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:172:103: required from 'class Eigen::internal::BlockImpl_dense, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, false>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:154:7: required from 'class Eigen::BlockImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Block.h:103:81: required from 'class Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:43: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_continuous_namespace::model_continuous; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/GeneralProduct.h:207:43: required from 'static void Eigen::internal::gemv_dense_selector<1, StorageOrder, BlasCompatible>::run(const Lhs&, const Rhs&, Dest&, const typename Dest::Scalar&) [with Lhs = Eigen::CwiseBinaryOp, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >; Rhs = Eigen::Matrix; Dest = Eigen::Matrix; int StorageOrder = 0; bool BlasCompatible = true; typename Dest::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:388:34: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_continuous_namespace::model_continuous; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator >, 1, 1, false> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator >, 1, 1, false> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block >, 1, 1, false> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Derived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:69:13: required from 'void stan::math::internal::quad_form_vari::chainB(Eigen::Matrix, Rb, Cb>&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:78:11: required from 'void stan::math::internal::quad_form_vari::chainAB(Eigen::Matrix&, Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:91:5: required from 'void stan::math::internal::quad_form_vari::chain() [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:88:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, 1, 1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, 1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:78: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: required from 'struct Eigen::internal::evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:357:7: required from 'class Eigen::internal::redux_evaluator, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:414:17: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, 1, 1, false> >, const Eigen::Block, 1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Derived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:69:13: required from 'void stan::math::internal::quad_form_vari::chainB(Eigen::Matrix, Rb, Cb>&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:78:11: required from 'void stan::math::internal::quad_form_vari::chainAB(Eigen::Matrix&, Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:91:5: required from 'void stan::math::internal::quad_form_vari::chain() [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:88:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:118:37: required from 'class Eigen::TransposeImpl, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Transpose.h:52:37: required from 'class Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:23: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_continuous_namespace::model_continuous; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 16 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_continuous_namespace::model_continuous; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h: In instantiation of 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:311:41: required from 'struct Eigen::internal::unary_evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, Eigen::internal::IndexBased, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:90:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:100:8: required from 'struct Eigen::internal::evaluator, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:739:41: required from 'struct Eigen::internal::binary_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, Eigen::internal::IndexBased, Eigen::internal::IndexBased, double, double>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:722:8: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_continuous_namespace::model_continuous; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CoreEvaluators.h:1071:54: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 1071 | PacketAlignment = unpacket_traits::alignment, | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 15 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:251:64: required from 'static void Eigen::internal::generic_product_impl::evalTo(Dst&, const Lhs&, const Rhs&) [with Dst = Eigen::Matrix; Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:124:75: required from 'Eigen::internal::product_evaluator, ProductTag, LhsShape, RhsShape>::product_evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; int ProductTag = 6; LhsShape = Eigen::DenseShape; RhsShape = Eigen::DenseShape; typename Eigen::internal::traits::Rhs>::Scalar = double; typename Eigen::Product::Rhs = Eigen::Matrix; typename Eigen::internal::traits::Lhs>::Scalar = double; typename Eigen::Product::Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:35:90: required from 'Eigen::internal::evaluator >::evaluator(const XprType&) [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Options = 0; XprType = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>, Eigen::Matrix, 0>]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Product.h:137:22: required from 'Eigen::internal::dense_product_base::operator const Scalar() const [with Lhs = Eigen::Product, const Eigen::CwiseNullaryOp, const Eigen::Matrix >, const Eigen::Transpose > >, Eigen::Matrix, 0>; Rhs = Eigen::Matrix; int Option = 0; Scalar = double]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:22:56: required from 'double stan::mcmc::dense_e_metric::T(stan::mcmc::dense_e_point&) [with Model = model_continuous_namespace::model_continuous; BaseRNG = boost::random::additive_combine_engine, boost::random::linear_congruential_engine >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/src/stan/mcmc/hmc/hamiltonians/dense_e_metric.hpp:21:10: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'class Eigen::DenseCoeffsBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >, 0>': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseBase.h:41:34: required from 'class Eigen::DenseBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/MatrixBase.h:48:34: required from 'class Eigen::MatrixBase, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:148:7: required from 'class Eigen::CwiseBinaryOpImpl, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true>, Eigen::Dense>' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:77:7: required from 'class Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:56: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: [ skipping 22 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Derived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:69:13: required from 'void stan::math::internal::quad_form_vari::chainB(Eigen::Matrix, Rb, Cb>&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:78:11: required from 'void stan::math::internal::quad_form_vari::chainAB(Eigen::Matrix&, Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:91:5: required from 'void stan::math::internal::quad_form_vari::chain() [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:88:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:56:30: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 56 | >::type PacketReturnType; | ^~~~~~~~~~~~~~~~ /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h: In instantiation of 'Eigen::Index Eigen::internal::first_default_aligned(const Eigen::DenseBase&) [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Eigen::Index = long int]': /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:243:63: required from 'static Eigen::internal::redux_impl::Scalar Eigen::internal::redux_impl::run(const Evaluator&, const Func&, const XprType&) [with XprType = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; Func = Eigen::internal::scalar_sum_op; Evaluator = Eigen::internal::redux_evaluator, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> > >; Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:418:56: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::redux(const Func&) const [with BinaryOp = Eigen::internal::scalar_sum_op; Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Redux.h:463:25: required from 'typename Eigen::internal::traits::Scalar Eigen::DenseBase::sum() const [with Derived = Eigen::CwiseBinaryOp, const Eigen::Transpose >, 1, -1, true> >, const Eigen::Block, -1, 1, true> >; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:50:63: required from 'static Eigen::internal::dot_nocheck::ResScalar Eigen::internal::dot_nocheck::run(const Eigen::MatrixBase&, const Eigen::MatrixBase&) [with T = Eigen::Block >, 1, -1, true>; U = Eigen::Block, -1, 1, true>; ResScalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/Dot.h:84:58: required from 'typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType Eigen::MatrixBase::dot(const Eigen::MatrixBase&) const [with OtherDerived = Eigen::Block, -1, 1, true>; Derived = Eigen::Block >, 1, -1, true>; typename Eigen::ScalarBinaryOpTraits::Scalar, typename Eigen::internal::traits::Scalar>::ReturnType = double; typename Eigen::internal::traits::Scalar = double; typename Eigen::internal::traits::Scalar = double]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/ProductEvaluators.h:380:62: [ skipping 21 instantiation contexts, use -ftemplate-backtrace-limit=0 to disable ] /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/AssignEvaluator.h:850:41: required from 'void Eigen::internal::call_assignment(Dst&, const Src&, const Func&, typename enable_if::value, void*>::type) [with Dst = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >; Src = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Func = add_assign_op; typename enable_if::value, void*>::type = void*; typename evaluator_traits::Shape = Eigen::DenseShape]' /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/CwiseBinaryOp.h:177:18: required from 'Derived& Eigen::MatrixBase::operator+=(const Eigen::MatrixBase&) [with OtherDerived = Eigen::CwiseBinaryOp, const Eigen::Product, Eigen::Matrix, 0>, Eigen::Transpose >, 0>, const Eigen::Product >, Eigen::Matrix, 0>, Eigen::Matrix, 0> >; Derived = Eigen::CwiseUnaryView, -1, 1> >::adj_Op, Eigen::Matrix, -1, 1> >]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:69:13: required from 'void stan::math::internal::quad_form_vari::chainB(Eigen::Matrix, Rb, Cb>&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:78:11: required from 'void stan::math::internal::quad_form_vari::chainAB(Eigen::Matrix&, Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&, const Eigen::Matrix&) [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:91:5: required from 'void stan::math::internal::quad_form_vari::chain() [with Ta = double; int Ra = -1; int Ca = -1; Tb = stan::math::var_value; int Rb = -1; int Cb = 1]' /projects/genomic-ml/R/R-devel/library/StanHeaders/include/stan/math/rev/fun/quad_form.hpp:88:16: required from here /projects/genomic-ml/R/R-devel/library/RcppEigen/include/Eigen/src/Core/DenseCoeffsBase.h:654:74: warning: ignoring attributes on template argument 'Eigen::internal::packet_traits::type' {aka '__m128d'} [-Wignored-attributes] 654 | return internal::first_aligned::alignment),Derived>(m); | ^~~~~~~~~ /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -I"/home/th798/R/R-devel/include" -DNDEBUG -I"../inst/include" -I"/projects/genomic-ml/R/R-devel/library/StanHeaders/include/src" -DBOOST_DISABLE_ASSERTS -DEIGEN_NO_DEBUG -DBOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error -DUSE_STANC3 -D_HAS_AUTO_PTR_ETC=0 -I'/projects/genomic-ml/R/R-devel/library/StanHeaders/include' -I'/projects/genomic-ml/R/R-devel/library/rstan/include' -I'/projects/genomic-ml/R/R-devel/library/BH/include' -I'/projects/genomic-ml/R/R-devel/library/Rcpp/include' -I'/projects/genomic-ml/R/R-devel/library/RcppEigen/include' -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -I'/projects/genomic-ml/R/R-devel/library/RcppParallel/include' -D_REENTRANT -DSTAN_THREADS -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.cpp -o init.o /packages/gcc/12.2.0-nnbserq/bin/g++ -std=gnu++17 -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o rstanarm.so stan_files/lm.o stan_files/binomial.o stan_files/count.o stan_files/jm.o stan_files/bernoulli.o stan_files/polr.o stan_files/mvmer.o stan_files/continuous.o init.o -L/projects/genomic-ml/R/R-devel/library/RcppParallel/lib/ -Wl,-rpath,/projects/genomic-ml/R/R-devel/library/RcppParallel/lib/ -ltbb -ltbbmalloc rm stan_files/jm.cc stan_files/continuous.cc stan_files/bernoulli.cc stan_files/binomial.cc stan_files/lm.cc stan_files/polr.cc stan_files/count.cc stan_files/mvmer.cc installing to /tmp/th798/16168884/R-devel/76/library/00LOCK-rstanarm/00new/rstanarm/libs ** R ** data *** moving datasets to lazyload DB ** demo ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices *** copying figures ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (rstanarm) The downloaded source packages are in '/tmp/th798/16168884/RtmpNdHaKc/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 1056.084 37.055 1118.852 > print(Sys.time()) [1] "2025-03-28 00:54:18 MST" > downloaded_packages <- file.path( + tempdir(), + "downloaded_packages") > dl.glob <- file.path( + downloaded_packages, + paste0(rev.dep,"_*.tar.gz")) > rev.dep.dl.row <- cbind(rev.dep, Sys.glob(dl.glob)) > colnames(rev.dep.dl.row) <- c("pkg","path") > rev.dep.release.tar.gz <- normalizePath(rev.dep.dl.row[,"path"], mustWork=TRUE) > pkg.Rcheck <- paste0(rev.dep, ".Rcheck") > > proj.dir <- "~/genomic-ml/data.table-revdeps" > source(file.path(proj.dir, "myStatus.R")) > Rvers <- gsub("[()]", "", gsub(" ", "_", R.version[["version.string"]])) > dir.create(Rvers, showWarnings=FALSE) > Rcheck.list <- list() > for(dt.version.short in c("release", "master")){ + dt.tar.gz <- cargs[[dt.version.short]] + dt.version <- gsub(".tar.gz|/.*?_", "", dt.tar.gz) + print(Sys.time()) + install.packages(dt.tar.gz, repos=NULL) + print(Sys.time()) + check.cmd <- get_check_cmd(rev.dep.release.tar.gz) + system(check.cmd) + print(Sys.time()) + dest.Rcheck <- file.path( + Rvers, + paste0(dt.version, ".Rcheck")) + unlink(dest.Rcheck, recursive=TRUE) + file.rename(pkg.Rcheck, dest.Rcheck) + Rcheck.list[[dt.version]] <- file.path(dest.Rcheck, "00check.log") + } [1] "2025-03-28 00:54:18 MST" Installing package into '/tmp/th798/16168884/R-devel/76/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.0' ** package 'data.table' successfully unpacked and MD5 sums checked ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/16168884/R-devel/76/library/00LOCK-data.table/00new/data.table/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (data.table) [1] "2025-03-28 00:54:48 MST" * using log directory '/tmp/th798/16168884/R-devel/76/bayesMeanScale.Rcheck' * using R Under development (unstable) (2025-03-27 r88065) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'bayesMeanScale/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'bayesMeanScale' version '0.2.1' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'bayesMeanScale' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-03-28 01:06:29 MST" [1] "2025-03-28 01:06:29 MST" Installing package into '/tmp/th798/16168884/R-devel/76/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** this is package 'data.table' version '1.17.99' ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-devel/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/16168884/R-devel/76/library/00LOCK-data.table/00new/data.table/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (data.table) [1] "2025-03-28 01:06:56 MST" * using log directory '/tmp/th798/16168884/R-devel/76/bayesMeanScale.Rcheck' * using R Under development (unstable) (2025-03-27 r88065) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'bayesMeanScale/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'bayesMeanScale' version '0.2.1' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'bayesMeanScale' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: OK [1] "2025-03-28 01:18:12 MST" > system(paste(c("diff -u", Rcheck.list), collapse=" ")) > library(data.table, lib.loc=R.home("library")) > (sig.diff.dt <- myDiff(Rvers)) Key: Empty data.table (0 rows and 3 cols): checking,master,release > > ## If there are significant differences, use git bisect to find when > ## they started. > if(nrow(sig.diff.dt)){ + dt.git <- file.path(task.dir, "data.table.git") + system(paste("cd ~/R/data.table && git fetch --tags")) + system(paste("git clone ~/R/data.table", dt.git)) + release.tag <- gsub(".tar.gz|.*_", "", cargs[["release"]]) + rev.parse.cmd <- paste( + "cd", dt.git, "&& git rev-parse master") + master.sha <- system(rev.parse.cmd, intern=TRUE) + merge.base.cmd <- paste( + "cd", dt.git, "&& git merge-base master", release.tag) + merge.base.sha <- system(merge.base.cmd, intern=TRUE) + old.sha <- merge.base.sha + run_R <- file.path(proj.dir, "install_dt_then_check_dep.R") + sig.diff.dt[, first.bad.commit := NA_character_] + sig.diff.dt[, comments := NA_character_] + for(diff.i in 1:nrow(sig.diff.dt)){ + sig.diff.row <- sig.diff.dt[diff.i] + bisect.cmd <- paste( + "cd", dt.git, "&&", + "git bisect start &&", + "git bisect old", old.sha, "&&", + "git bisect new master &&", + "git bisect run", + R.home('bin/Rscript'), + run_R, + shQuote(sig.diff.row$checking), + sig.diff.row$release, + rev.dep.release.tar.gz, + release.tag) + print(bisect.cmd) + bisect.out <- system(bisect.cmd, intern=TRUE) + cat(bisect.out,sep="\n") + if(is.null(attr(bisect.out,"status"))){ + first.bad.sha <- nc::capture_all_str( + bisect.out, + sha="[0-9a-f]+", + " is the first new commit")$sha + parent.cmd <- paste( + "cd ~/R/data.table && git log --pretty=%P -n 1", + first.bad.sha) + parent.sha <- system(parent.cmd, intern=TRUE) + sig.diff.dt[diff.i, first.bad.commit := first.bad.sha] + parent.msg <- paste0("parent=", parent.sha) + this.comment <- if(parent.sha==old.sha){ + paste(parent.msg, "same as git bisect old") + }else if(first.bad.sha==master.sha){ + paste("same as git bisect new=master,", parent.msg) + }else{ + parent.msg + } + sig.diff.dt[diff.i, comments := this.comment] + } + } + ## add CRAN column. + sig.diff.dt[, CRAN := { + flavor <- get_flavor(Rvers) + details <- data.table(flavor=unique(flavor))[, { + base <- "https://www.r-project.org/nosvn/R.check/" + u <- paste0(base, flavor, "/", rev.dep, "-00check.txt") + check.txt <- tempfile() + tryCatch({ + download.file(u, check.txt, quiet=TRUE) + }, error=function(e){ + NULL + }) + check.lines <- if(file.exists(check.txt)){ + readLines(check.txt,encoding="UTF-8") + }else{ + "" + } + repl.lines <- gsub("[\u2018\u2019]", "'", check.lines) + ##gsub("[‘’]", "'", check.lines) does not work with LC_ALL=C. + myStatus(line.vec=repl.lines) + }, by=flavor] + select.dt <- data.table(flavor, checking) + details[select.dt, msg, on=.(flavor, checking)] + }] + dir.create(file.path(job.dir, Rvers)) + diffs.csv <- file.path(job.dir, Rvers, "significant_differences.csv") + data.table::fwrite(sig.diff.dt, diffs.csv) + print(sig.diff.dt) + } > WARNING: ignoring environment value of R_HOME R version 4.4.3 (2025-02-28) -- "Trophy Case" Copyright (C) 2025 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > cargs <- commandArgs(trailingOnly=TRUE) > if(length(cargs)==0){ + ## before running interactively, make sure to start emacs/R with + ## environment defined in /scratch/...check_one.sh, particularly + ## R_LIBS_USER=/tmp/... otherwise we get error when installing + ## data.table. + base <- "/scratch/th798/data.table-revdeps/*" + cargs <- c( + Sys.glob(file.path(base,"deps.csv")), + "349", + Sys.glob(file.path(base, "data.table_release_*tar.gz")), + Sys.glob(file.path(base, "data.table_master_*tar.gz")) + ) + } > names(cargs) <- c("deps.csv", "task.str", "release", "master") > dput(cargs) c(deps.csv = "/scratch/th798/data.table-revdeps/2025-03-28/deps.csv", task.str = "76", release = "/scratch/th798/data.table-revdeps/2025-03-28/data.table_release_1.17.0.tar.gz", master = "/scratch/th798/data.table-revdeps/2025-03-28/data.table_master_1.17.99.2cb03162a21328cc5f68a8c3b0e554f5edfcb5b9.tar.gz" ) > (task.dir <- dirname(.libPaths()[1]))#should be /tmp/th798/slurmid/R-vers [1] "/tmp/th798/16168884/R-release/76" > if(requireNamespace("R.cache"))R.cache::getCachePath() Loading required namespace: R.cache [1] "/tmp/th798/16168884/R-release/76/R.cache" > task.id <- as.integer(cargs[["task.str"]]) > deps.df <- read.csv(cargs[["deps.csv"]]) > (rev.dep <- deps.df$Package[task.id]) [1] "bayesMeanScale" > job.dir <- file.path(dirname(cargs[["deps.csv"]]), "tasks", task.id) > setwd(task.dir) > .libPaths() [1] "/tmp/th798/16168884/R-release/76/library" [2] "/projects/genomic-ml/R/R-release/library" > options(repos=c(#this should be in ~/.Rprofile too. + CRAN="http://cloud.r-project.org")) > print(Sys.time()) [1] "2025-03-28 01:18:18 MST" > install.time <- system.time({ + install.packages(rev.dep, dep=TRUE) + }) Installing package into '/tmp/th798/16168884/R-release/76/library' (as 'lib' is unspecified) trying URL 'http://cloud.r-project.org/src/contrib/bayesMeanScale_0.2.1.tar.gz' Content type 'application/x-gzip' length 322663 bytes (315 KB) ================================================== downloaded 315 KB * installing *source* package 'bayesMeanScale' ... ** package 'bayesMeanScale' successfully unpacked and MD5 sums checked ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (bayesMeanScale) The downloaded source packages are in '/tmp/th798/16168884/RtmpvmgzVY/downloaded_packages' > cat("Time to install revdep:\n") Time to install revdep: > print(install.time) user system elapsed 6.891 0.686 8.752 > print(Sys.time()) [1] "2025-03-28 01:18:27 MST" > downloaded_packages <- file.path( + tempdir(), + "downloaded_packages") > dl.glob <- file.path( + downloaded_packages, + paste0(rev.dep,"_*.tar.gz")) > rev.dep.dl.row <- cbind(rev.dep, Sys.glob(dl.glob)) > colnames(rev.dep.dl.row) <- c("pkg","path") > rev.dep.release.tar.gz <- normalizePath(rev.dep.dl.row[,"path"], mustWork=TRUE) > pkg.Rcheck <- paste0(rev.dep, ".Rcheck") > > proj.dir <- "~/genomic-ml/data.table-revdeps" > source(file.path(proj.dir, "myStatus.R")) > Rvers <- gsub("[()]", "", gsub(" ", "_", R.version[["version.string"]])) > dir.create(Rvers, showWarnings=FALSE) > Rcheck.list <- list() > for(dt.version.short in c("release", "master")){ + dt.tar.gz <- cargs[[dt.version.short]] + dt.version <- gsub(".tar.gz|/.*?_", "", dt.tar.gz) + print(Sys.time()) + install.packages(dt.tar.gz, repos=NULL) + print(Sys.time()) + check.cmd <- get_check_cmd(rev.dep.release.tar.gz) + system(check.cmd) + print(Sys.time()) + dest.Rcheck <- file.path( + Rvers, + paste0(dt.version, ".Rcheck")) + unlink(dest.Rcheck, recursive=TRUE) + file.rename(pkg.Rcheck, dest.Rcheck) + Rcheck.list[[dt.version]] <- file.path(dest.Rcheck, "00check.log") + } [1] "2025-03-28 01:18:27 MST" Installing package into '/tmp/th798/16168884/R-release/76/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** package 'data.table' successfully unpacked and MD5 sums checked ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/16168884/R-release/76/library/00LOCK-data.table/00new/data.table/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (data.table) [1] "2025-03-28 01:18:53 MST" * using log directory '/tmp/th798/16168884/R-release/76/bayesMeanScale.Rcheck' * using R version 4.4.3 (2025-02-28) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'bayesMeanScale/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'bayesMeanScale' version '0.2.1' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'bayesMeanScale' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... ERROR Error(s) in re-building vignettes: ... --- re-building 'introduction.Rmd' using rmarkdown Quitting from lines at lines 41-44 [unnamed-chunk-2] (introduction.Rmd) Error: processing vignette 'introduction.Rmd' failed with diagnostics: package or namespace load failed for 'rstanarm' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called 'bayesplot' --- failed re-building 'introduction.Rmd' SUMMARY: processing the following file failed: 'introduction.Rmd' Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... OK * DONE Status: 1 ERROR See '/tmp/th798/16168884/R-release/76/bayesMeanScale.Rcheck/00check.log' for details. [1] "2025-03-28 01:19:34 MST" [1] "2025-03-28 01:19:34 MST" Installing package into '/tmp/th798/16168884/R-release/76/library' (as 'lib' is unspecified) * installing *source* package 'data.table' ... ** using staged installation zlib 1.2.13 is available ok * checking if R installation supports OpenMP without any extra hints... yes ** libs using C compiler: 'gcc (Spack GCC) 12.2.0' /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c assign.c -o assign.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c between.c -o between.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c bmerge.c -o bmerge.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c chmatch.c -o chmatch.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c cj.c -o cj.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c coalesce.c -o coalesce.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c dogroups.c -o dogroups.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fastmean.c -o fastmean.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fcast.c -o fcast.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fifelse.c -o fifelse.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fmelt.c -o fmelt.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c forder.c -o forder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frank.c -o frank.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fread.c -o fread.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c freadR.c -o freadR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c froll.c -o froll.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frollR.c -o frollR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c frolladaptive.c -o frolladaptive.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fsort.c -o fsort.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwrite.c -o fwrite.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c fwriteR.c -o fwriteR.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c gsumm.c -o gsumm.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c idatetime.c -o idatetime.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c ijoin.c -o ijoin.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c init.c -o init.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c inrange.c -o inrange.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nafill.c -o nafill.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c negate.c -o negate.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c nqrecreateindices.c -o nqrecreateindices.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c openmp-utils.c -o openmp-utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c programming.c -o programming.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c quickselect.c -o quickselect.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c rbindlist.c -o rbindlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c reorder.c -o reorder.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c shift.c -o shift.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c snprintf.c -o snprintf.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c subset.c -o subset.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c transpose.c -o transpose.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c types.c -o types.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c uniqlist.c -o uniqlist.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c utils.c -o utils.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c vecseq.c -o vecseq.o /packages/gcc/12.2.0-nnbserq/bin/gcc -I"/home/th798/R/R-release/include" -DNDEBUG -I/home/th798/.conda/envs/emacs1/include -I/home/th798/include -fopenmp -I/home/th798/.conda/envs/emacs1/include -fpic -I/packages/gcc/12.2.0-nnbserq/include -I/packages/zstd/1.5.2-cs5ansz/include -I/packages/zlib/1.2.13-po6bkge/include -I/packages/mpc/1.2.1-nnfoiwh/include -I/packages/mpfr/4.1.0-yfsqqka/include -I/packages/gmp/6.2.1-7ydtie6/include -c wrappers.c -o wrappers.o /packages/gcc/12.2.0-nnbserq/bin/gcc -shared -L/home/th798/.conda/envs/emacs1/lib -Wl,-rpath=/home/th798/.conda/envs/emacs1/lib -L/home/th798/lib -Wl,-rpath=/home/th798/lib -L/home/th798/lib64 -Wl,-rpath=/home/th798/lib64 -o data.table.so assign.o between.o bmerge.o chmatch.o cj.o coalesce.o dogroups.o fastmean.o fcast.o fifelse.o fmelt.o forder.o frank.o fread.o freadR.o froll.o frollR.o frolladaptive.o fsort.o fwrite.o fwriteR.o gsumm.o idatetime.o ijoin.o init.o inrange.o nafill.o negate.o nqrecreateindices.o openmp-utils.o programming.o quickselect.o rbindlist.o reorder.o shift.o snprintf.o subset.o transpose.o types.o uniqlist.o utils.o vecseq.o wrappers.o -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz PKG_CFLAGS = -fopenmp -I/home/th798/.conda/envs/emacs1/include PKG_LIBS = -fopenmp -L/home/th798/.conda/envs/emacs1/lib -lz if [ "data.table.so" != "data_table.so" ]; then mv data.table.so data_table.so; fi if [ "" != "Windows_NT" ] && [ `uname -s` = 'Darwin' ]; then install_name_tool -id data_table.so data_table.so; fi installing to /tmp/th798/16168884/R-release/76/library/00LOCK-data.table/00new/data.table/libs ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (data.table) [1] "2025-03-28 01:19:59 MST" * using log directory '/tmp/th798/16168884/R-release/76/bayesMeanScale.Rcheck' * using R version 4.4.3 (2025-02-28) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Spack GCC) 12.2.0 GNU Fortran (Spack GCC) 12.2.0 * running under: Red Hat Enterprise Linux 8.10 (Ootpa) * using session charset: ASCII * checking for file 'bayesMeanScale/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'bayesMeanScale' version '0.2.1' * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package 'bayesMeanScale' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking 'build' directory ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... OK * checking dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... OK * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking installed files from 'inst/doc' ... OK * checking files in 'vignettes' ... OK * checking examples ... OK * checking for unstated dependencies in 'tests' ... OK * checking tests ... Running 'testthat.R' OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... ERROR Error(s) in re-building vignettes: ... --- re-building 'introduction.Rmd' using rmarkdown Quitting from lines at lines 41-44 [unnamed-chunk-2] (introduction.Rmd) Error: processing vignette 'introduction.Rmd' failed with diagnostics: package or namespace load failed for 'rstanarm' in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package called 'bayesplot' --- failed re-building 'introduction.Rmd' SUMMARY: processing the following file failed: 'introduction.Rmd' Error: Vignette re-building failed. Execution halted * checking PDF version of manual ... OK * DONE Status: 1 ERROR See '/tmp/th798/16168884/R-release/76/bayesMeanScale.Rcheck/00check.log' for details. [1] "2025-03-28 01:20:41 MST" > system(paste(c("diff -u", Rcheck.list), collapse=" ")) > library(data.table, lib.loc=R.home("library")) > (sig.diff.dt <- myDiff(Rvers)) Key: Empty data.table (0 rows and 3 cols): checking,master,release > > ## If there are significant differences, use git bisect to find when > ## they started. > if(nrow(sig.diff.dt)){ + dt.git <- file.path(task.dir, "data.table.git") + system(paste("cd ~/R/data.table && git fetch --tags")) + system(paste("git clone ~/R/data.table", dt.git)) + release.tag <- gsub(".tar.gz|.*_", "", cargs[["release"]]) + rev.parse.cmd <- paste( + "cd", dt.git, "&& git rev-parse master") + master.sha <- system(rev.parse.cmd, intern=TRUE) + merge.base.cmd <- paste( + "cd", dt.git, "&& git merge-base master", release.tag) + merge.base.sha <- system(merge.base.cmd, intern=TRUE) + old.sha <- merge.base.sha + run_R <- file.path(proj.dir, "install_dt_then_check_dep.R") + sig.diff.dt[, first.bad.commit := NA_character_] + sig.diff.dt[, comments := NA_character_] + for(diff.i in 1:nrow(sig.diff.dt)){ + sig.diff.row <- sig.diff.dt[diff.i] + bisect.cmd <- paste( + "cd", dt.git, "&&", + "git bisect start &&", + "git bisect old", old.sha, "&&", + "git bisect new master &&", + "git bisect run", + R.home('bin/Rscript'), + run_R, + shQuote(sig.diff.row$checking), + sig.diff.row$release, + rev.dep.release.tar.gz, + release.tag) + print(bisect.cmd) + bisect.out <- system(bisect.cmd, intern=TRUE) + cat(bisect.out,sep="\n") + if(is.null(attr(bisect.out,"status"))){ + first.bad.sha <- nc::capture_all_str( + bisect.out, + sha="[0-9a-f]+", + " is the first new commit")$sha + parent.cmd <- paste( + "cd ~/R/data.table && git log --pretty=%P -n 1", + first.bad.sha) + parent.sha <- system(parent.cmd, intern=TRUE) + sig.diff.dt[diff.i, first.bad.commit := first.bad.sha] + parent.msg <- paste0("parent=", parent.sha) + this.comment <- if(parent.sha==old.sha){ + paste(parent.msg, "same as git bisect old") + }else if(first.bad.sha==master.sha){ + paste("same as git bisect new=master,", parent.msg) + }else{ + parent.msg + } + sig.diff.dt[diff.i, comments := this.comment] + } + } + ## add CRAN column. + sig.diff.dt[, CRAN := { + flavor <- get_flavor(Rvers) + details <- data.table(flavor=unique(flavor))[, { + base <- "https://www.r-project.org/nosvn/R.check/" + u <- paste0(base, flavor, "/", rev.dep, "-00check.txt") + check.txt <- tempfile() + tryCatch({ + download.file(u, check.txt, quiet=TRUE) + }, error=function(e){ + NULL + }) + check.lines <- if(file.exists(check.txt)){ + readLines(check.txt,encoding="UTF-8") + }else{ + "" + } + repl.lines <- gsub("[\u2018\u2019]", "'", check.lines) + ##gsub("[‘’]", "'", check.lines) does not work with LC_ALL=C. + myStatus(line.vec=repl.lines) + }, by=flavor] + select.dt <- data.table(flavor, checking) + details[select.dt, msg, on=.(flavor, checking)] + }] + dir.create(file.path(job.dir, Rvers)) + diffs.csv <- file.path(job.dir, Rvers, "significant_differences.csv") + data.table::fwrite(sig.diff.dt, diffs.csv) + print(sig.diff.dt) + } >